Skip to content

Commit 60a337a

Browse files
dependabot[bot]jenstroeger
authored andcommitted
chore(deps-dev): update mypy requirement
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.0.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 627fb59 commit 60a337a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ actions = [
4848
]
4949
dev = [
5050
"flit >=3.2.0,<4.0.0",
51-
"mypy >=1.0.0,!=1.20.2,<1.21",
51+
"mypy !=1.20.2,>=2.3.0,<2.4",
5252
"pip-audit >=2.4.4,<3.0.0",
5353
"pylint >=4.0.0,<4.1.0",
5454
"cyclonedx-bom >=7.0.0,<8.0.0",

0 commit comments

Comments
 (0)