From a4d87c22fabcf9b56da65194ad69ace7ae7dde73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 03:08:11 +0000 Subject: [PATCH] build(deps): bump mypy from 1.16.1 to 1.17.0 in /deps Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.17.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 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 28d328155..050ac6aef 100644 --- a/deps/mypy/requirements.txt +++ b/deps/mypy/requirements.txt @@ -1,2 +1,2 @@ -mypy==1.16.1 +mypy==1.17.0 mypy-abstracts diff --git a/deps/requirements.txt b/deps/requirements.txt index be7ad0311..0a7dcf6df 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.16.1 +mypy==1.17.0 mypy-abstracts orjson packaging>=23.0