Skip to content

Commit

Permalink
Bump requests from 2.29.0 to 2.32.2
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.29.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.29.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 26, 2024
1 parent a8d31ae commit 828c391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
requests==2.29.0
requests==2.32.2
# via
# -r requirements/prod.txt
# coveralls
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ python-dateutil
gvgen
pydantic<2.0.0
python-baseconv
requests<=2.29.0 # There are issues with urllib on latest version
requests<=2.32.2 # There are issues with urllib on latest version
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python-dateutil==2.9.0.post0
# faker
pyyaml==6.0.1
# via -r requirements/prod.in
requests==2.29.0
requests==2.32.2
# via -r requirements/prod.in
six==1.16.0
# via python-dateutil
Expand Down

0 comments on commit 828c391

Please sign in to comment.