From 8c180327b8dbe9857a2752cd4cfd149c82e5dc57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:29:07 +0000 Subject: [PATCH] Update mypy requirement from ~=1.11 to ~=1.14 in /package Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.14.1) --- updated-dependencies: - dependency-name: mypy 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..37b4c233d 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -7,7 +7,7 @@ bandit~=1.8 behave~=1.2 boto3~=1.35 matplotlib~=3.9 -mypy~=1.11 +mypy~=1.14 moto~=5.0.21 psutil==6.1.1 # same as Kedro for now pytest~=8.3