From 53c0f1051bb20de83e1afb02a5949a3e2bfb3db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:20:16 +0000 Subject: [PATCH] build(deps): bump mypy from 1.13.0 to 1.14.0 in /deps Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) --- 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..ea339bb90 100644 --- a/deps/mypy/requirements.txt +++ b/deps/mypy/requirements.txt @@ -1,2 +1,2 @@ -mypy==1.13.0 +mypy==1.14.0 mypy-abstracts diff --git a/deps/requirements.txt b/deps/requirements.txt index 2b6dde438..68d07612a 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.0 mypy-abstracts orjson packaging>=23.0