We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3ed0aa + e8eecd6 commit d993961Copy full SHA for d993961
.github/dependabot.yml
@@ -5,6 +5,8 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "weekly"
8
+ cooldown:
9
+ default-days: 7
10
open-pull-requests-limit: 10
11
groups:
12
build-and-release-dependencies:
@@ -31,6 +33,8 @@ updates:
31
33
32
34
35
36
37
38
39
40
action-dependencies:
requirements/lint.txt
@@ -6,9 +6,9 @@
# Lint tools
# (We are not so interested in the specific versions of the tools: the versions
# are pinned to prevent unexpected linting failures when tools update)
-ruff==0.14.0
+ruff==0.14.2
mypy==1.18.2
-zizmor==1.14.2
+zizmor==1.16.0
13
# Required for type stubs
14
freezegun==1.5.5
0 commit comments