From 98907e22d77558b067e5fcf3bfcdbe2446c3d02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:33:34 +0000 Subject: [PATCH 1/2] Bump the minor-and-patch group across 1 directory with 6 updates Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [web3](https://github.com/ethereum/web3.py) | `7.12.1` | `7.13.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.10.0` | `7.10.3` | | [identify](https://github.com/pre-commit/identify) | `2.6.12` | `2.6.13` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` | | [tox](https://github.com/tox-dev/tox) | `4.28.1` | `4.28.4` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.32.0` | `20.33.1` | 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.3 - [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.3) Updates `identify` from 2.6.12 to 2.6.13 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.12...v2.6.13) Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.3.0) 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.1 - [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.1) --- 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.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: identify dependency-version: 2.6.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor 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.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 10 +++++----- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fe273e0..87fa9a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,9 +3,9 @@ aspy.yaml==1.3.0 attrs==25.3.0 backcall==0.2.0 cfgv==3.4.0 -coverage==7.10.0 +coverage==7.10.3 decorator==5.2.1 -identify==2.6.12 +identify==2.6.13 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 @@ -19,7 +19,7 @@ parso==0.8.4 pexpect==4.9.0 pickleshare==0.7.5 pluggy==1.6.0 -pre-commit==4.2.0 +pre-commit==4.3.0 pretend==1.0.9 prompt-toolkit==3.0.51 ptyprocess==0.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.1 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 From afb9722d57b79a14116b806105985c4762c2133a Mon Sep 17 00:00:00 2001 From: Damian Jachyra <44927998+damianjachyra@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:20:05 -0400 Subject: [PATCH 2/2] pre-commit run --all-files --- .pre-commit-config.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aae46ec..868de73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,25 +1,25 @@ repos: - - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update +- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update rev: v0.8.0 hooks: - - id: pre-commit-update - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + - id: pre-commit-update +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v6.0.0 hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-json - - id: detect-private-key - - id: requirements-txt-fixer - - repo: https://github.com/codespell-project/codespell + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-json + - id: detect-private-key + - id: requirements-txt-fixer +- repo: https://github.com/codespell-project/codespell rev: v2.4.1 hooks: - - id: codespell + - id: codespell exclude: ^locale/ - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.5 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.12.9 hooks: - - id: ruff-check + - id: ruff-check args: [--fix] - - id: ruff-format + - id: ruff-format