From a31743173dcc77bbed221e408fa939f63e779658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:29:26 +0000 Subject: [PATCH 1/2] Bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [web3](https://github.com/ethereum/web3.py) and [coverage](https://github.com/nedbat/coveragepy). Updates `web3` from 7.13.0 to 7.14.0 - [Changelog](https://github.com/ethereum/web3.py/blob/v7.14.0/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v7.13.0...v7.14.0) Updates `coverage` from 7.10.7 to 7.11.0 - [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.7...7.11.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee2e3d1..9ff15b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ requires-python = ">=3.11" dependencies = [ "requests==2.32.5", - "web3==7.13.0", + "web3==7.14.0", "websockets==15.0.1", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index f5ca7a8..de1931c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ aspy.yaml==1.3.0 attrs==25.4.0 backcall==0.2.0 cfgv==3.4.0 -coverage==7.10.7 +coverage==7.11.0 decorator==5.2.1 identify==2.6.15 importlib-metadata==8.7.0 diff --git a/requirements.txt b/requirements.txt index a64ecd4..63465bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests==2.32.5 -web3==7.13.0 +web3==7.14.0 websockets==15.0.1 From 6bf24f3e9ee409cb279bb7433286dafd0118f24b Mon Sep 17 00:00:00 2001 From: Damian Jachyra <44927998+damianjachyra@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:31:22 -0400 Subject: [PATCH 2/2] pre-commit run --all-files --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4308b17..b135222 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: codespell exclude: ^locale/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.0 + rev: v0.14.1 hooks: - id: ruff-check args: [--fix]