From 8cd4221484357fe60dee676c90381042fa6b20f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 00:03:47 +0000 Subject: [PATCH] build(deps): bump mypy from 1.13.0 to 1.14.1 in /deps Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deps/mypy/requirements.txt | 2 +- deps/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/mypy/requirements.txt b/deps/mypy/requirements.txt index d2a5f40dc..c4b9ad760 100644 --- a/deps/mypy/requirements.txt +++ b/deps/mypy/requirements.txt @@ -1,2 +1,2 @@ -mypy==1.13.0 +mypy==1.14.1 mypy-abstracts diff --git a/deps/requirements.txt b/deps/requirements.txt index 2b6dde438..b9e8328f4 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.13.0 +mypy==1.14.1 mypy-abstracts orjson packaging>=23.0