From cf198ed7463217bece9db4c9d25f05ac2daa916e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:05:09 +0000 Subject: [PATCH 1/2] Bump the minor-and-patch group with 10 updates Bumps the minor-and-patch group with 10 updates: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [coverage](https://github.com/nedbat/coveragepy) | `7.10.5` | `7.10.6` | | [identify](https://github.com/pre-commit/identify) | `2.6.13` | `2.6.14` | | [ipython](https://github.com/ipython/ipython) | `9.4.0` | `9.5.0` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.7.0` | `10.8.0` | | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.51` | `3.0.52` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `6.3.0` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.0` | | [tox](https://github.com/tox-dev/tox) | `4.28.4` | `4.30.2` | Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5) Updates `coverage` from 7.10.5 to 7.10.6 - [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.5...7.10.6) Updates `identify` from 2.6.13 to 2.6.14 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.13...v2.6.14) Updates `ipython` from 9.4.0 to 9.5.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.4.0...9.5.0) Updates `more-itertools` from 10.7.0 to 10.8.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v10.7.0...v10.8.0) Updates `prompt-toolkit` from 3.0.51 to 3.0.52 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.51...3.0.52) Updates `pytest` from 8.4.1 to 8.4.2 - [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.4.1...8.4.2) Updates `pytest-cov` from 6.2.1 to 6.3.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v6.3.0) Updates `pytest-mock` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.1...v3.15.0) Updates `tox` from 4.28.4 to 4.30.2 - [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.4...4.30.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: coverage dependency-version: 7.10.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: identify dependency-version: 2.6.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ipython dependency-version: 9.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: more-itertools dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prompt-toolkit dependency-version: 3.0.52 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pytest-cov dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pytest-mock dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tox dependency-version: 4.30.2 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb2de81..bc11641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] requires-python = ">=3.11" dependencies = [ - "requests==2.32.4", + "requests==2.32.5", "web3==7.13.0", "websockets==15.0.1", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 9db1ffe..9c094ed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,16 +3,16 @@ aspy.yaml==1.3.0 attrs==25.3.0 backcall==0.2.0 cfgv==3.4.0 -coverage==7.10.5 +coverage==7.10.6 decorator==5.2.1 -identify==2.6.13 +identify==2.6.14 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 -ipython==9.4.0 +ipython==9.5.0 ipython-genutils==0.2.0 jedi==0.19.2 -more-itertools==10.7.0 +more-itertools==10.8.0 nodeenv==1.9.1 packaging==25.0 parso==0.8.5 @@ -21,17 +21,17 @@ pickleshare==0.7.5 pluggy==1.6.0 pre-commit==4.3.0 pretend==1.0.9 -prompt-toolkit==3.0.51 +prompt-toolkit==3.0.52 ptyprocess==0.7.0 py==1.11.0 Pygments==2.19.2 pyparsing==3.2.3 -pytest==8.4.1 -pytest-cov==6.2.1 -pytest-mock==3.14.1 +pytest==8.4.2 +pytest-cov==6.3.0 +pytest-mock==3.15.0 six==1.17.0 toml==0.10.2 -tox==4.28.4 +tox==4.30.2 traitlets==5.14.3 virtualenv==20.34.0 wcwidth==0.2.13 From 64cd9212a3c59b571895b3cc5eaa6b230ee77fc6 Mon Sep 17 00:00:00 2001 From: Damian Jachyra <44927998+damianjachyra@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:10:36 -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 b3e6ae1..d2fb349 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.12.10 + rev: v0.12.12 hooks: - id: ruff-check args: [--fix]