From a77eb47cf5f60c27941eb903f6509d2ab7334e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:23:42 +0000 Subject: [PATCH] Bump mypy from 1.11.1 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- _requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/test.txt b/_requirements/test.txt index febca513..69f52f7f 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -1,7 +1,7 @@ coverage[toml] >=7.5.3 pytest >=8.0 pytest-cov -mypy ==1.11.1 +mypy ==1.11.2 pytest-asyncio asgi-lifespan python-multipart