Skip to content

Commit

Permalink
Update requests requirement from <2.21,>=2.6.1 to >=2.6.1,<2.29
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.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2022
1 parent 9a8a3e1 commit 632f219
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 @@ -100,7 +100,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.29",
"schedule >= 0.4.2",
"setuptools >= 24.2.0",
"tqdm >= 4.30.0",
Expand Down

0 comments on commit 632f219

Please sign in to comment.