Skip to content

Commit 6c70937

Browse files
committed
fix: the Dependabot version range is a tad weird and fixed now
1 parent 2bc6c43 commit 6c70937

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.20.2,>=2.3.0,<2.4",
51+
"mypy >=2.0.0,<2.4.0",
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)