mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-11 01:48:20 -05:00
Bump the actions group with 4 updates (#4355)
Bumps the actions group with 4 updates: ruamel-yaml, [setuptools](https://github.com/pypa/setuptools), [pytest](https://github.com/pytest-dev/pytest) and [mypy](https://github.com/python/mypy). Updates `ruamel-yaml` from 0.18.11 to 0.18.12 Updates `setuptools` from 80.8.0 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.8.0...v80.9.0) Updates `pytest` from 8.3.5 to 8.4.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0) Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.18.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"marko==2.1.3",
|
||||
"ruamel.yaml==0.18.11",
|
||||
"setuptools==80.8.0",
|
||||
"ruamel.yaml==0.18.12",
|
||||
"setuptools==80.9.0",
|
||||
"wheel==0.45.1",
|
||||
]
|
||||
|
||||
@@ -25,8 +25,8 @@ dependencies = [
|
||||
"py_ecc==7.0.1",
|
||||
"pycryptodome==3.23.0",
|
||||
"remerkleable==0.1.28",
|
||||
"ruamel.yaml==0.18.11",
|
||||
"setuptools==80.8.0",
|
||||
"ruamel.yaml==0.18.12",
|
||||
"setuptools==80.9.0",
|
||||
"trie==3.1.0",
|
||||
]
|
||||
|
||||
@@ -34,7 +34,7 @@ dependencies = [
|
||||
test = [
|
||||
"pytest-cov==6.1.1",
|
||||
"pytest-xdist==3.7.0",
|
||||
"pytest==8.3.5",
|
||||
"pytest==8.4.0",
|
||||
]
|
||||
lint = [
|
||||
"black==25.1.0",
|
||||
@@ -44,13 +44,13 @@ lint = [
|
||||
"mdformat-gfm==0.4.1",
|
||||
"mdformat-toc==0.3.0",
|
||||
"mdformat==0.7.22",
|
||||
"mypy==1.15.0",
|
||||
"mypy==1.16.0",
|
||||
"pylint==3.3.7",
|
||||
]
|
||||
generator = [
|
||||
"filelock==3.18.0",
|
||||
"pathos==0.3.4",
|
||||
"pytest==8.3.5",
|
||||
"pytest==8.4.0",
|
||||
"python-snappy==0.7.3",
|
||||
"rich==14.0.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user