From 1e47d67c2aea7e9d22fb02f92bffe24db199646d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:14:06 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 4 updates Bumps the minor-and-patch group with 4 updates in the / directory: [web3](https://github.com/ethereum/web3.py), [coverage](https://github.com/nedbat/coveragepy), [tox](https://github.com/tox-dev/tox) and [virtualenv](https://github.com/pypa/virtualenv). Updates `web3` from 7.12.1 to 7.13.0 - [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v7.12.1...v7.13.0) Updates `coverage` from 7.10.0 to 7.10.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.10.0...7.10.2) Updates `tox` from 4.28.1 to 4.28.4 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.28.1...4.28.4) Updates `virtualenv` from 20.32.0 to 20.33.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.32.0...20.33.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: coverage dependency-version: 7.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tox dependency-version: 4.28.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: virtualenv dependency-version: 20.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fe273e0..c7af529 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ aspy.yaml==1.3.0 attrs==25.3.0 backcall==0.2.0 cfgv==3.4.0 -coverage==7.10.0 +coverage==7.10.2 decorator==5.2.1 identify==2.6.12 importlib-metadata==8.7.0 @@ -31,8 +31,8 @@ pytest-cov==6.2.1 pytest-mock==3.14.1 six==1.17.0 toml==0.10.2 -tox==4.28.1 +tox==4.28.4 traitlets==5.14.3 -virtualenv==20.32.0 +virtualenv==20.33.0 wcwidth==0.2.13 zipp==3.23.0 diff --git a/requirements.txt b/requirements.txt index 455c454..0915824 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests==2.32.4 -web3==7.12.1 +web3==7.13.0 websockets==15.0.1