Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.3 (#349)
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.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent e888473 commit b6216d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ playwright==1.43.0 # used by a few scripts to parse html
pre-commit==3.5.0 # used to check code before commit
python-frontmatter==1.1.0 # used in endoflife.py to parse products YAML frontmatters
python-liquid==1.12.1 # used in endoflife.py to render version templates
requests==2.31.0 # used in http.py to make HTTP requests simpler
requests==2.32.3 # used in http.py to make HTTP requests simpler
requests-futures==1.0.1 # used in http.py to be able to make async HTTP requests
requests-cache==1.2.0 # used in http.py to be able to cache HTTP requests
ruamel.yaml==0.18.6 # used in latest.py
Expand Down

0 comments on commit b6216d6

Please sign in to comment.