Skip to content

Commit 436be29

Browse files
Bump the minor-and-patch group with 10 updates (#104)
* 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](psf/requests@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](coveragepy/coveragepy@7.10.5...7.10.6) Updates `identify` from 2.6.13 to 2.6.14 - [Commits](pre-commit/identify@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](ipython/ipython@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](more-itertools/more-itertools@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](prompt-toolkit/python-prompt-toolkit@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](pytest-dev/pytest@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](pytest-dev/pytest-cov@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](pytest-dev/pytest-mock@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](tox-dev/tox@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] <[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 06463df commit 436be29

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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.12.10
21+
rev: v0.12.12
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
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
requires-python = ">=3.11"
2323
dependencies = [
24-
"requests==2.32.4",
24+
"requests==2.32.5",
2525
"web3==7.13.0",
2626
"websockets==15.0.1",
2727
]

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ aspy.yaml==1.3.0
33
attrs==25.3.0
44
backcall==0.2.0
55
cfgv==3.4.0
6-
coverage==7.10.5
6+
coverage==7.10.6
77
decorator==5.2.1
8-
identify==2.6.13
8+
identify==2.6.14
99
importlib-metadata==8.7.0
1010
importlib-resources==6.5.2
1111
ipdb==0.13.13
12-
ipython==9.4.0
12+
ipython==9.5.0
1313
ipython-genutils==0.2.0
1414
jedi==0.19.2
15-
more-itertools==10.7.0
15+
more-itertools==10.8.0
1616
nodeenv==1.9.1
1717
packaging==25.0
1818
parso==0.8.5
@@ -21,17 +21,17 @@ pickleshare==0.7.5
2121
pluggy==1.6.0
2222
pre-commit==4.3.0
2323
pretend==1.0.9
24-
prompt-toolkit==3.0.51
24+
prompt-toolkit==3.0.52
2525
ptyprocess==0.7.0
2626
py==1.11.0
2727
Pygments==2.19.2
2828
pyparsing==3.2.3
29-
pytest==8.4.1
30-
pytest-cov==6.2.1
31-
pytest-mock==3.14.1
29+
pytest==8.4.2
30+
pytest-cov==6.3.0
31+
pytest-mock==3.15.0
3232
six==1.17.0
3333
toml==0.10.2
34-
tox==4.28.4
34+
tox==4.30.2
3535
traitlets==5.14.3
3636
virtualenv==20.34.0
3737
wcwidth==0.2.13

0 commit comments

Comments
 (0)