Skip to content

Commit 70e715d

Browse files
⬆ bump mypy from 1.20.2 to 2.3.1
Bumps [mypy](https://github.com/python/mypy) from 1.20.2 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.2...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa3e63b commit 70e715d

2 files changed

Lines changed: 247 additions & 129 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
[dependency-groups]
3636
dev = [
3737
"pytest>=9.0.3,<10.0.0",
38-
"mypy<2.0.0,>=1.8.0",
38+
"mypy>=2.3.1,<3.0.0",
3939
"ruff>=0.16.0,<1.0.0",
4040
"prek>=0.2.24,<1.0.0",
4141
"coverage>=7.15.0,<8.0.0",

0 commit comments

Comments
 (0)