Skip to content

Commit

Permalink
⬆️(dogwood.3-fun) bump requests to 2.31.0
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.22.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jbpenrath committed Apr 17, 2024
1 parent 73ff931 commit b69ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/dogwood/3/fun/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ redis==2.10.6
# Upgrade requests and urllib3 to prevent SSL certificate validation failure
# (we should use pyOpenSSL instead of the local openssl library). For reference, see:
# https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2
requests==2.22.0
requests==2.31.0
urllib3[secure]==1.25.7

# The version of gunicorn shipped with Open edX is too old. We want to use a
Expand Down

0 comments on commit b69ffcd

Please sign in to comment.