From 9c3a251f52c0300dee7822bad9f5136cd9db2d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:23:20 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 2.3.0 to 2.3.1 Bumps [mypy](https://github.com/python/mypy) from 2.3.0 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fbf6e5c428..fbe140923f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ classifiers = [ [project.optional-dependencies] dev = [ - "mypy==2.3.0", + "mypy==2.3.1", "pre-commit==4.6.1", "pytest-mock==3.15.1", "ruff==0.15.22", diff --git a/requirements-dev.txt b/requirements-dev.txt index c520edc377..38ab495819 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -mypy==2.3.0 +mypy==2.3.1 pre-commit==4.6.1 pytest-mock==3.15.1 ruff==0.15.22