Group all dependabot python upgrades (#4204)

This commit is contained in:
Justin Traglia
2025-03-24 20:15:01 -05:00
committed by GitHub
parent bbe6d05ac0
commit 4dd8dbaf06
2 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ updates:
directory: /
schedule:
interval: weekly
groups:
actions:
patterns:
- '*'
- package-ecosystem: github-actions
directory: /
schedule:

View File

@@ -15,8 +15,8 @@ readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.9,<4.0"
dependencies = [
"curdleproofs==0.1.2",
"eth-typing==3.5.2",
"eth-utils==2.3.2",
"eth-typing==5.2.0",
"eth-utils==5.2.0",
"lru-dict==1.2.0",
"marko==1.0.2",
"milagro_bls_binding==1.9.0",
@@ -39,7 +39,7 @@ lint = [
"codespell==2.4.0",
"flake8==5.0.4",
"mypy==0.981",
"pylint==3.3.1",
"pylint==3.3.6",
]
generator = [
"filelock==3.17.0",