Skip to content

Commit 7b5700c

Browse files
Bump the minor-and-patch group with 4 updates (#103)
Bumps the minor-and-patch group with 4 updates: [requests](https://github.com/psf/requests), [coverage](https://github.com/nedbat/coveragepy), [parso](https://github.com/davidhalter/parso) and [virtualenv](https://github.com/pypa/virtualenv). 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.3 to 7.10.5 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.3...7.10.5) Updates `parso` from 0.8.4 to 0.8.5 - [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst) - [Commits](davidhalter/parso@v0.8.4...v0.8.5) Updates `virtualenv` from 20.33.1 to 20.34.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.33.1...20.34.0) --- 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.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: parso dependency-version: 0.8.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: virtualenv dependency-version: 20.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 264d385 commit 7b5700c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aspy.yaml==1.3.0
33
attrs==25.3.0
44
backcall==0.2.0
55
cfgv==3.4.0
6-
coverage==7.10.3
6+
coverage==7.10.5
77
decorator==5.2.1
88
identify==2.6.13
99
importlib-metadata==8.7.0
@@ -15,7 +15,7 @@ jedi==0.19.2
1515
more-itertools==10.7.0
1616
nodeenv==1.9.1
1717
packaging==25.0
18-
parso==0.8.4
18+
parso==0.8.5
1919
pexpect==4.9.0
2020
pickleshare==0.7.5
2121
pluggy==1.6.0
@@ -33,6 +33,6 @@ six==1.17.0
3333
toml==0.10.2
3434
tox==4.28.4
3535
traitlets==5.14.3
36-
virtualenv==20.33.1
36+
virtualenv==20.34.0
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 @@
1-
requests==2.32.4
1+
requests==2.32.5
22
web3==7.13.0
33
websockets==15.0.1

0 commit comments

Comments
 (0)