Skip to content

Commit d993961

Browse files
authored
Merge pull request #2876 from theupdateframework/dependabot/pip/test-and-lint-dependencies-6445124e3d
build(deps): bump the test-and-lint-dependencies group with 2 updates
2 parents e3ed0aa + e8eecd6 commit d993961

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
cooldown:
9+
default-days: 7
810
open-pull-requests-limit: 10
911
groups:
1012
build-and-release-dependencies:
@@ -31,6 +33,8 @@ updates:
3133
directory: "/"
3234
schedule:
3335
interval: "weekly"
36+
cooldown:
37+
default-days: 7
3438
open-pull-requests-limit: 10
3539
groups:
3640
action-dependencies:

requirements/lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# Lint tools
77
# (We are not so interested in the specific versions of the tools: the versions
88
# are pinned to prevent unexpected linting failures when tools update)
9-
ruff==0.14.0
9+
ruff==0.14.2
1010
mypy==1.18.2
11-
zizmor==1.14.2
11+
zizmor==1.16.0
1212

1313
# Required for type stubs
1414
freezegun==1.5.5

0 commit comments

Comments
 (0)