Skip to content

Commit e20e9b2

Browse files
Bump the minor-and-patch group with 2 updates (#113)
* 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](ethereum/web3.py@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](nedbat/coveragepy@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] <[email protected]> * pre-commit run --all-files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damian Jachyra <[email protected]>
1 parent cb718de commit e20e9b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: codespell
1919
exclude: ^locale/
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.14.0
21+
rev: v0.14.1
2222
hooks:
2323
- id: ruff-check
2424
args: [--fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
requires-python = ">=3.11"
2424
dependencies = [
2525
"requests==2.32.5",
26-
"web3==7.13.0",
26+
"web3==7.14.0",
2727
"websockets==15.0.1",
2828
]
2929

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aspy.yaml==1.3.0
33
attrs==25.4.0
44
backcall==0.2.0
55
cfgv==3.4.0
6-
coverage==7.10.7
6+
coverage==7.11.0
77
decorator==5.2.1
88
identify==2.6.15
99
importlib-metadata==8.7.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.32.5
2-
web3==7.13.0
2+
web3==7.14.0
33
websockets==15.0.1

0 commit comments

Comments
 (0)