From af9c147de51fec6b985a5781a8f00a7fa3f434b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:38:06 -0500 Subject: [PATCH] Update mypy requirement from ~=1.0 to ~=1.10 in /package (#1990) 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.0.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dc2e73171a..25e7b40e96 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -10,7 +10,7 @@ boto3~=1.34 flake8~=7.0 isort~=5.11 matplotlib~=3.5 -mypy~=1.0 +mypy~=1.10 moto~=5.0.9 psutil==5.9.6 # same as Kedro for now pylint~=3.0