File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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+ - " *"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44
55[dependency-groups ]
66test = [
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]
You can’t perform that action at this time.
0 commit comments