From 74e2bb4c0f074ed6bdab2a224816900e2b8c1b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 05:08:01 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ~=1.11 to ~=1.13 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.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index edb8d553..564f972b 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -10,7 +10,7 @@ pytest-xdist == 3.6.* black[jupyter] ~= 24.10 rich == 13.7.* types-python-dateutil ~= 2.9 -mypy ~= 1.11 +mypy ~= 1.13 types-requests ~= 2.31 ruff ~= 0.5.1 twine ~= 5.1