Skip to content

Commit fdc690e

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

2 files changed

Lines changed: 699 additions & 658 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dev = [
6363
lint = [
6464
"ruff~=0.15.17",
6565
"isort~=8.0.1",
66-
"mypy~=1.20.0",
66+
"mypy>=1.20,<2.2",
6767
"pylint~=4.0.5",
6868
"types-PyYAML~=6.0.12",
6969
"types-requests~=2.33.0",

0 commit comments

Comments
 (0)