From 0630fa10b154c9b4ff45fb26fac0fe23972981ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:45:41 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.8.4 to ~=3.10.0 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.4...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f463140..885c2f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ configobj~=5.0.9 joblib~=1.3.2 -matplotlib~=3.8.4 +matplotlib~=3.10.0 xgboost~=2.1.3 scikit-learn~=1.5.2 Faker~=30.3.0