From 6886cb0c1c1a06e80c45dd04bad25aaf2db8f13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:53:32 +0000 Subject: [PATCH] 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] --- requirements-dev.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index df8134a..d553dce 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -r requirements.txt -mypy==2.3.0 +mypy==2.3.1 diff --git a/setup.cfg b/setup.cfg index b053f73..d43b29d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = [options.extras_require] testing = coverage == 7.15.4 - mypy == 2.3.0 + mypy == 2.3.1 [options.entry_points] pytest11 =