Skip to content

Commit 6be724a

Browse files
Bump the minor-and-patch group across 1 directory with 6 updates (#102)
* 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](ethereum/web3.py@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](nedbat/coveragepy@7.10.0...7.10.3) Updates `identify` from 2.6.12 to 2.6.13 - [Commits](pre-commit/identify@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](pre-commit/pre-commit@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](tox-dev/tox@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](pypa/virtualenv@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] <[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 c00b1c7 commit 6be724a

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
repos:
2-
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
2+
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
33
rev: v0.8.0
44
hooks:
5-
- id: pre-commit-update
6-
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
5+
- id: pre-commit-update
6+
- repo: https://github.com/pre-commit/pre-commit-hooks
7+
rev: v6.0.0
88
hooks:
9-
- id: trailing-whitespace
10-
- id: end-of-file-fixer
11-
- id: check-yaml
12-
- id: check-json
13-
- id: detect-private-key
14-
- id: requirements-txt-fixer
15-
- repo: https://github.com/codespell-project/codespell
9+
- id: trailing-whitespace
10+
- id: end-of-file-fixer
11+
- id: check-yaml
12+
- id: check-json
13+
- id: detect-private-key
14+
- id: requirements-txt-fixer
15+
- repo: https://github.com/codespell-project/codespell
1616
rev: v2.4.1
1717
hooks:
18-
- id: codespell
18+
- id: codespell
1919
exclude: ^locale/
20-
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.12.5
20+
- repo: https://github.com/astral-sh/ruff-pre-commit
21+
rev: v0.12.9
2222
hooks:
23-
- id: ruff-check
23+
- id: ruff-check
2424
args: [--fix]
25-
- id: ruff-format
25+
- id: ruff-format

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ aspy.yaml==1.3.0
33
attrs==25.3.0
44
backcall==0.2.0
55
cfgv==3.4.0
6-
coverage==7.10.0
6+
coverage==7.10.3
77
decorator==5.2.1
8-
identify==2.6.12
8+
identify==2.6.13
99
importlib-metadata==8.7.0
1010
importlib-resources==6.5.2
1111
ipdb==0.13.13
@@ -19,7 +19,7 @@ parso==0.8.4
1919
pexpect==4.9.0
2020
pickleshare==0.7.5
2121
pluggy==1.6.0
22-
pre-commit==4.2.0
22+
pre-commit==4.3.0
2323
pretend==1.0.9
2424
prompt-toolkit==3.0.51
2525
ptyprocess==0.7.0
@@ -31,8 +31,8 @@ pytest-cov==6.2.1
3131
pytest-mock==3.14.1
3232
six==1.17.0
3333
toml==0.10.2
34-
tox==4.28.1
34+
tox==4.28.4
3535
traitlets==5.14.3
36-
virtualenv==20.32.0
36+
virtualenv==20.33.1
3737
wcwidth==0.2.13
3838
zipp==3.23.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.4
2-
web3==7.12.1
2+
web3==7.13.0
33
websockets==15.0.1

0 commit comments

Comments
 (0)