From 94eb5754f967f89bc7d8a0d34c905b41e2799cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:55:10 +0000 Subject: [PATCH 1/2] Bump mypy from 2.3 to 2.3.1 Bumps [mypy](https://github.com/python/mypy) from 2.3 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f771c251..2466636b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "tomli; python_version<'3.11'", ] optional-dependencies.dev = [ - "mypy==2.3", + "mypy==2.3.1", "tomli", # Needed even on 3.11+ for typechecking with mypy "tox", ] From ca9f6cffc15c0833a8dfcd9738e0e1afc4b25c62 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:08:57 +0300 Subject: [PATCH 2/2] Fix lint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2466636b..177d3c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ ] optional-dependencies.dev = [ "mypy==2.3.1", - "tomli", # Needed even on 3.11+ for typechecking with mypy + "tomli", # Needed even on 3.11+ for typechecking with mypy "tox", ] urls = { Homepage = "https://github.com/python/pyperformance" }