From 7f980247b9fbbfcf77742165783a5d56bddc127d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 04:53:26 +0000 Subject: [PATCH 1/2] Bump mypy from 2.1 to 2.3.0 Bumps [mypy](https://github.com/python/mypy) from 2.1 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04823e68..b75be194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "tomli; python_version<'3.11'", ] optional-dependencies.dev = [ - "mypy==2.1", + "mypy==2.3.0", "tomli", # Needed even on 3.11+ for typechecking with mypy "tox", ] From 4616c8914faf1e1cbc086c387a8e0315650a0c6b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 1 Aug 2026 12:19:45 +0300 Subject: [PATCH 2/2] Lint fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b75be194..f771c251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "tomli; python_version<'3.11'", ] optional-dependencies.dev = [ - "mypy==2.3.0", + "mypy==2.3", "tomli", # Needed even on 3.11+ for typechecking with mypy "tox", ]