From 97b18f3c1fdd2182d517fcc2c31c7034debc622a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:58:28 +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/typecheck.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 4825ce014f..d174998f05 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -171,7 +171,7 @@ multidict==6.0.4 # -r requirements/prod.txt # aiohttp # yarl -mypy==1.11.1 +mypy==1.11.2 # via -r requirements/typecheck.in mypy-extensions==1.0.0 # via mypy