From 7adaad799484d2a922c526b553b1914674335b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 05:48:29 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ~=1.5 to ~=1.6 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.6.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 bcb9ba68..8cfe77c4 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,7 +6,7 @@ pytest-xdist ~= 3.3.1 black[jupyter] ~= 23.9 rich == 13.5.* types-python-dateutil ~= 2.8 -mypy ~= 1.5 +mypy ~= 1.6 types-requests ~= 2.31 ruff ~= 0.0.290 twine ~= 4.0