Skip to content

Commit f650882

Browse files
committed
chore: restore group updates for GitHub Actions
1 parent b15eeb8 commit f650882

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ updates:
1313
interval: "monthly"
1414
cooldown:
1515
default-days: 7
16+
groups:
17+
pip:
18+
patterns:
19+
- "*"
1620

1721
# Maintain dependencies for git submodule (base64)
1822
- package-ecosystem: "gitsubmodule"
@@ -29,3 +33,7 @@ updates:
2933
interval: "monthly"
3034
cooldown:
3135
default-days: 7
36+
groups:
37+
actions:
38+
patterns:
39+
- "*"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[dependency-groups]
66
test = [
7-
"pytest==9.0.2 ; python_version >= '3.10'",
8-
"pytest==8.4.2 ; python_version == '3.9'",
97
"pytest==8.3.5 ; python_version == '3.8'",
8+
"pytest==8.4.2 ; python_version == '3.9'",
9+
"pytest==9.0.2 ; python_version >= '3.10'",
1010
"pytest-run-parallel==0.8.1 ; python_version >= '3.13'",
1111
"typing_extensions>=4.6.0",
1212
]

0 commit comments

Comments
 (0)