Skip to content

Commit

Permalink
build(deps): update requests requirement (#91)
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.1...v2.32.2)

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

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 5, 2024
1 parent ca120ac commit 0d2df3f
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 @@ -25,7 +25,7 @@ dependencies = [
"packaging >= 21.3,< 25.0",
"pefile >= 2022.5.30",
"pyelftools >= 0.29",
"requests >= 2.28.1,< 2.32.0",
"requests >= 2.28.1,< 2.33.0",
"requests-cache >= 0.9.6,< 1.3.0",
"rich >= 12.5.1,< 13.8.0",
]
Expand Down

0 comments on commit 0d2df3f

Please sign in to comment.