From 6b98da32e49bfea016ab96947b093083707d030a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:48:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bump=20mypy=20from=201.11.2=20to?= =?UTF-8?q?=201.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-typechecking.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-typechecking.txt b/dev_requirements/requirements-typechecking.txt index 729c7a9..e1eca0e 100644 --- a/dev_requirements/requirements-typechecking.txt +++ b/dev_requirements/requirements-typechecking.txt @@ -4,7 +4,7 @@ # # pip-compile '.\requirements-typechecking.in' # -mypy==1.11.2 +mypy==1.12.0 # via -r dev_requirements/requirements-typechecking.in mypy-extensions==1.0.0 # via mypy