Skip to content

Commit c4d07bd

Browse files
dependabot[bot]pedjaradenkovic
authored andcommitted
dependabot: bump mypy from 1.11.2 to 2.1.0
Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc7d352 commit c4d07bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
"flake8==7.3.0",
3636
"black==26.3.1",
3737
"isort==5.13.2",
38-
"mypy==1.11.2",
38+
"mypy==2.1.0",
3939
]
4040

4141
[project.scripts]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sentry-sdk==2.62.0
1717
flake8==7.3.0
1818
black==26.3.1
1919
isort==5.13.2
20-
mypy==1.11.2
20+
mypy==2.1.0

0 commit comments

Comments
 (0)