From 87d0e6bdd130abf3a8b164a94f890d31a7b9d93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:30:48 +0000 Subject: [PATCH] build(deps): bump mypy from 1.16.1 to 1.18.2 in /deps Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 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..2ca434b89 100644 --- a/deps/mypy/requirements.txt +++ b/deps/mypy/requirements.txt @@ -1,2 +1,2 @@ -mypy==1.16.1 +mypy==1.18.2 mypy-abstracts diff --git a/deps/requirements.txt b/deps/requirements.txt index b8bb2c618..a166982bc 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.18.2 mypy-abstracts orjson packaging>=23.0