From b9de5a3bd39f067ba3e563adfb5832b167ac3af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:01:30 +0000 Subject: [PATCH] build(deps): bump mypy from 1.11.0 to 1.12.1 in /deps Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/requirements.txt b/deps/requirements.txt index f1aee21bc9..a69a2b14ee 100644 --- a/deps/requirements.txt +++ b/deps/requirements.txt @@ -26,7 +26,7 @@ frozendict gidgethub jinja2>=3.1.4 multidict>=6.0.2 -mypy==1.11.0 +mypy==1.12.1 mypy-abstracts orjson packaging>=23.0