From fd66bce2ec87bbf8be994570e6d1edfcc8fd6518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 23:39:15 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.5 to ~=3.9 in /package 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.5.0...v3.9.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/test_requirements.txt b/package/test_requirements.txt index 25e7b40e96..5fe83eea19 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -9,7 +9,7 @@ black~=23.3 boto3~=1.34 flake8~=7.0 isort~=5.11 -matplotlib~=3.5 +matplotlib~=3.9 mypy~=1.10 moto~=5.0.9 psutil==5.9.6 # same as Kedro for now