Skip to content

Commit 4b76ff4

Browse files
chore(ci): Update dependency mypy to >=1.17,<1.18
1 parent 1a4df75 commit 4b76ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test-slow = """cargo nextest run --workspace --all-targets --features slow_integ
4343

4444
[feature.pytest.dependencies]
4545
filelock = ">=3.16.0,<4"
46-
mypy = ">=1.16,<1.17"
46+
mypy = ">=1.17,<1.18"
4747
py-rattler = ">=0.14,<0.15"
4848
pytest = "*"
4949
pytest-rerunfailures = ">=15,<16"

0 commit comments

Comments
 (0)