From a79dc6ea1d23770d5ebcb146765631e4021e654e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:24:18 +0000 Subject: [PATCH] dependabot: bump mypy from 2.1.0 to 2.3.0 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40cf238..b505b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "flake8==7.3.0", "black==26.5.1", "isort==8.0.1", - "mypy==2.1.0", + "mypy==2.3.0", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index 1148b12..9fc79e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ sentry-sdk==2.63.0 flake8==7.3.0 black==26.5.1 isort==8.0.1 -mypy==2.1.0 +mypy==2.3.0