We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 353bdb7 + a4fa00e commit ff598b6Copy full SHA for ff598b6
2 files changed
requirements/lint.txt
@@ -7,7 +7,7 @@
7
# (We are not so interested in the specific versions of the tools: the versions
8
# are pinned to prevent unexpected linting failures when tools update)
9
ruff==0.15.12
10
-mypy==1.20.2
+mypy==2.1.0
11
zizmor==1.24.1
12
13
# Required for type stubs
requirements/test.txt
@@ -4,5 +4,5 @@
4
-r pinned.txt
5
6
# coverage measurement
-coverage[toml]==7.13.5
+coverage[toml]==7.14.0
freezegun==1.5.5
0 commit comments