Skip to content

Commit

Permalink
Update requests requirement from ~=2.28.2 to ~=2.32.3
Browse files Browse the repository at this point in the history
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.2...v2.32.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 2509f64 commit bc13601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies = [
# v2023.3.22 is the first to drop Python 3.7.
"regex ~= 2024.4.16",
# requests 2.28.2 is the first version to support charset_normalizer 3.x.
"requests ~= 2.28.2",
"requests ~= 2.32.3",
# tabulate 0.9 is the first to add `*grid` and `*outline` formats.
"tabulate [widechars] ~= 0.9",
"tomli ~= 2.0.1 ; python_version < '3.11'",
Expand Down

0 comments on commit bc13601

Please sign in to comment.