Skip to content

Commit 575e99a

Browse files
deps(deps): bump the python-minor-patch group with 34 updates
Bumps the python-minor-patch group with 34 updates: | Package | From | To | | --- | --- | --- | | [eth-abi](https://github.com/ethereum/eth-abi) | `5.1.0` | `5.2.0` | | [bitstring](https://github.com/scott-griffiths/bitstring) | `4.3.1` | `4.4.0` | | [click](https://github.com/pallets/click) | `8.3.1` | `8.4.2` | | [cookiecutter](https://github.com/cookiecutter/cookiecutter) | `2.6.0` | `2.7.1` | | [docker](https://github.com/docker/docker-py) | `7.1.0` | `7.2.0` | | [flask](https://github.com/pallets/flask) | `3.1.2` | `3.1.3` | | [humanize](https://github.com/python-humanize/humanize) | `4.14.0` | `4.16.0` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.25.1` | `4.26.0` | | [mistune](https://github.com/lepture/mistune) | `3.2.1` | `3.3.3` | | [numpy](https://github.com/numpy/numpy) | `2.3.5` | `2.4.6` | | [psutil](https://github.com/giampaolo/psutil) | `7.1.3` | `7.2.2` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.1` | `0.6.4` | | [pygments](https://github.com/pygments/pygments) | `2.19.2` | `2.20.0` | | [pynacl](https://github.com/pyca/pynacl) | `1.6.1` | `1.6.2` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.34.2` | | [tabulate](https://github.com/astanin/python-tabulate) | `0.9.0` | `0.10.0` | | [ujson](https://github.com/ultrajson/ultrajson) | `5.11.0` | `5.13.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.4` | `3.1.8` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `8.1.1` | `8.5` | | [furo](https://github.com/pradyunsg/furo) | `2025.9.25` | `2025.12.19` | | [pip-licenses](https://github.com/raimon49/pip-licenses) | `5.5.0` | `5.5.5` | | [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `3.5.2` | `3.6.1` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [tox](https://github.com/tox-dev/tox) | `4.32.0` | `4.57.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.9` | `0.15.22` | | [bandit](https://github.com/PyCQA/bandit) | `1.9.2` | `1.9.4` | | [build](https://github.com/pypa/build) | `1.3.0` | `1.5.0` | | [wheel](https://github.com/pypa/wheel) | `0.45.1` | `0.47.0` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.17.0` | `6.21.0` | | [myst-parser](https://github.com/executablebooks/MyST-Parser) | `4.0.1` | `5.1.0` | | [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.6.1` | `3.8.0` | | [sphinx-design](https://github.com/executablebooks/sphinx-design) | `0.6.1` | `0.7.0` | | [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) | `2.0.3` | `2.1.0` | Updates `eth-abi` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/ethereum/eth-abi/releases) - [Changelog](https://github.com/ApeWorX/eth-abi/blob/main/docs/release_notes.rst) - [Commits](ApeWorX/eth-abi@v5.1.0...v5.2.0) Updates `bitstring` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/scott-griffiths/bitstring/releases) - [Changelog](https://github.com/scott-griffiths/bitstring/blob/main/release_notes.md) - [Commits](scott-griffiths/bitstring@bitstring-4.3.1...4.4.0) Updates `click` from 8.3.1 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.3.1...8.4.2) Updates `cookiecutter` from 2.6.0 to 2.7.1 - [Release notes](https://github.com/cookiecutter/cookiecutter/releases) - [Commits](cookiecutter/cookiecutter@2.6.0...v2.7.1) Updates `docker` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](docker/docker-py@7.1.0...7.2.0) Updates `flask` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.2...3.1.3) Updates `humanize` from 4.14.0 to 4.16.0 - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](python-humanize/humanize@4.14.0...4.16.0) Updates `jsonschema` from 4.25.1 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0) Updates `mistune` from 3.2.1 to 3.3.3 - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](lepture/mistune@v3.2.1...v3.3.3) Updates `numpy` from 2.3.5 to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.5...v2.4.6) Updates `psutil` from 7.1.3 to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](giampaolo/psutil@v7.1.3...v7.2.2) Updates `pyasn1` from 0.6.1 to 0.6.4 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.1...v0.6.4) Updates `pygments` from 2.19.2 to 2.20.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.2...2.20.0) Updates `pynacl` from 1.6.1 to 1.6.2 - [Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst) - [Commits](pyca/pynacl@1.6.1...1.6.2) Updates `requests` from 2.32.5 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.34.2) Updates `tabulate` from 0.9.0 to 0.10.0 - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](astanin/python-tabulate@v0.9.0...v0.10.0) Updates `ujson` from 5.11.0 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.11.0...5.13.0) Updates `werkzeug` from 3.1.4 to 3.1.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.4...3.1.8) Updates `zope-interface` from 8.1.1 to 8.5 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.interface@8.1.1...8.5) Updates `furo` from 2025.9.25 to 2025.12.19 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2025.09.25...2025.12.19) Updates `pip-licenses` from 5.5.0 to 5.5.5 - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](raimon49/pip-licenses@v-5.5.0...v-5.5.5) Updates `sphinx-autodoc-typehints` from 3.5.2 to 3.6.1 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](tox-dev/sphinx-autodoc-typehints@3.5.2...3.6.1) Updates `pytest` from 9.0.2 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.1.1) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `tox` from 4.32.0 to 4.57.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.32.0...4.57.0) Updates `ruff` from 0.14.9 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.9...0.15.22) Updates `bandit` from 1.9.2 to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.9.2...1.9.4) Updates `build` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.3.0...1.5.0) Updates `wheel` from 0.45.1 to 0.47.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.45.1...0.47.0) Updates `pyinstaller` from 6.17.0 to 6.21.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v6.17.0...v6.21.0) Updates `myst-parser` from 4.0.1 to 5.1.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](executablebooks/MyST-Parser@v4.0.1...v5.1.0) Updates `sphinx-autoapi` from 3.6.1 to 3.8.0 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.1...v3.8.0) Updates `sphinx-design` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/executablebooks/sphinx-design/releases) - [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md) - [Commits](executablebooks/sphinx-design@v0.6.1...v0.7.0) Updates `linkify-it-py` from 2.0.3 to 2.1.0 - [Release notes](https://github.com/tsutsu3/linkify-it-py/releases) - [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md) - [Commits](tsutsu3/linkify-it-py@v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: eth-abi dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: bitstring dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: cookiecutter dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: docker dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: humanize dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: mistune dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pynacl dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: tabulate dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ujson dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: zope-interface dependency-version: '8.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pip-licenses dependency-version: 5.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: sphinx-autodoc-typehints dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: tox dependency-version: 4.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pyinstaller dependency-version: 6.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: myst-parser dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-minor-patch - dependency-name: sphinx-autoapi dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: sphinx-design dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: linkify-it-py dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29b797c commit 575e99a

2 files changed

Lines changed: 556 additions & 417 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies = [
6060
"txtorcon>=22.0.0",
6161

6262
# Ethereum/XBR stack
63-
"eth-abi>=5.1.0,<5.2.0",
63+
"eth-abi>=5.1.0,<5.3.0",
6464
"eth-account>=0.13.0",
6565
"eth-typing>=5.0.1",
6666
"py-eth-sig-utils>=0.4.0",
@@ -91,7 +91,7 @@ dependencies = [
9191
"cryptography>=39.0.0",
9292
"docker>=6.0.1",
9393
"flask>=2.2.2",
94-
"humanize>=4.4.0",
94+
"humanize>=4.0.0",
9595
"idna>=2.5,<2.6",
9696
"importlib-resources>=5.10.2",
9797
"incremental>=22.10.0",
@@ -114,7 +114,7 @@ dependencies = [
114114
"pyasn1>=0.4.8",
115115
"pyasn1-modules>=0.2.8",
116116
"pycryptodome>=3.16.0",
117-
"pygments>=2.14.0",
117+
"pygments>=2.11.2",
118118
"pynacl>=1.5.0",
119119
"pyopenssl>=23.0.0",
120120
"pyqrcode>=1.2.1",
@@ -145,7 +145,7 @@ dev = [
145145
# Documentation
146146
"scour>=0.38", # SVG optimizer for documentation logos
147147
"sphinx>=6.1.3",
148-
"furo>=2024.1.29",
148+
"furo>=2024.7.0",
149149
"sphinxcontrib-images>=0.9.4",
150150
"sphinxcontrib-spelling>=7.3.2",
151151
"pygments>=2.11.2",

0 commit comments

Comments
 (0)