Skip to content

Commit

Permalink
Update requests requirement from <2.21,>=2.6.1 to >=2.6.1,<2.31
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.6.1...v2.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2023
1 parent c626d93 commit 9960cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_version(version_file):
"python-dateutil >= 2.7.5",
"PyYAML >=4.2b1",
"redis >= 3.2.0",
"requests <2.21,>=2.6.1",
"requests >=2.6.1,<2.31",
"schedule >= 0.4.2",
"setuptools >= 24.2.0",
"tqdm >= 4.30.0",
Expand Down

0 comments on commit 9960cf0

Please sign in to comment.