From 58a9f393936df35fb376f6ee45a6edca778d2bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:38 +0000 Subject: [PATCH] Bump mypy from 1.10.1 to 1.11.1 Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index cf2b15b..e6d8177 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -5,6 +5,6 @@ pytest-cov >= 2.12.0,< 6.0.0 ruff ==0.5.0 types-python-dateutil types-pytz -mypy == 1.10.1 +mypy == 1.11.1 anyio[trio] >= 3.2.1 httpx