From 41fd5cc18ed985633acec469fe53eb6a0b936096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:28:55 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.9 to ~=3.10 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.9.0...v3.10.0) --- 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 a53335e2c..fd676536d 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -6,7 +6,7 @@ kedro-telemetry>=0.1.1 # for testing telemetry integration bandit~=1.8 behave~=1.2 boto3~=1.35 -matplotlib~=3.9 +matplotlib~=3.10 mypy~=1.11 moto~=5.0.21 psutil==6.1.1 # same as Kedro for now