Skip to content

Commit

Permalink
build(deps): bump requests from 2.31.0 to 2.32.2 in /requirements (#245)
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 2774314 commit 2ee472d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pyproject-api==1.6.1
# via
# -r tox.txt
# tox
requests==2.31.0
requests==2.32.2
# via coveralls
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ pyyaml==6.0.1
# via
# -r test.txt
# code-annotations
requests==2.31.0
requests==2.32.2
# via
# -r docs.txt
# -r test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pytz==2024.1
# via
# -r base.txt
# babel
requests==2.31.0
requests==2.32.2
# via sphinx
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pytz==2024.1
# babel
pyyaml==6.0.1
# via code-annotations
requests==2.31.0
requests==2.32.2
# via
# -r docs.txt
# sphinx
Expand Down

0 comments on commit 2ee472d

Please sign in to comment.