Skip to content

Commit

Permalink
Update requests-cache requirement from <1,>=0.5 to >=0.5,<2
Browse files Browse the repository at this point in the history
Updates the requirements on [requests-cache](https://github.com/requests-cache/requests-cache) to permit the latest version.
- [Release notes](https://github.com/requests-cache/requests-cache/releases)
- [Changelog](https://github.com/requests-cache/requests-cache/blob/main/HISTORY.md)
- [Commits](requests-cache/requests-cache@v0.5.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Mar 7, 2023
1 parent 3674597 commit 9aa85cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,7 @@
"munch>=2.3,<3",
"Pillow>=8,<10",
"requests>=2.23,<3",
"requests-cache>=0.5,<1",
"requests-cache>=0.5,<2",
],
extras_require={
"service": [
Expand Down

0 comments on commit 9aa85cb

Please sign in to comment.