From af9748ea4450774219515f78559e768d5c99c598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 23:33:54 +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] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b9b90162..4d5a3263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ text = "https://opensource.org/licenses/MIT" dev = [ "black", "docformatter", - "mypy==2.3.0", + "mypy==2.3.1", "pre-commit", "pycln", "pytest", diff --git a/requirements-dev.txt b/requirements-dev.txt index 3729ef9f..6d454979 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ black docformatter -mypy==2.3.0 +mypy==2.3.1 pre-commit pycln pytest