Skip to content

Commit

Permalink
Update requests requirement from ~=2.31.0 to >=2.31,<2.33 (datacontra…
Browse files Browse the repository at this point in the history
…ct#226)

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.31.0...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 May 29, 2024
1 parent 149968e commit 0ef9955
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 @@ -17,7 +17,7 @@ dependencies = [
"typer[all]>=0.9,<0.13",
"pydantic>=2.5.3,<2.8.0",
"pyyaml~=6.0.1",
"requests~=2.31.0",
"requests>=2.31,<2.33",
"fastapi==0.111.0",
"fastparquet==2024.5.0",
"python-multipart==0.0.9",
Expand Down

0 comments on commit 0ef9955

Please sign in to comment.