Skip to content

Commit

Permalink
build(deps-dev): update requests-cache requirement
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.9.6...v1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent 6159590 commit 84ca889
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 @@ -28,7 +28,7 @@ dependencies = [
"pefile >= 2022.5.30",
"pyelftools >= 0.29",
"requests >= 2.28.1,< 2.32.0",
"requests-cache >= 0.9.6,< 1.1.0",
"requests-cache >= 0.9.6,< 1.2.0",
"rich >= 12.5.1,< 13.5.0",
]
requires-python = ">=3.8"
Expand Down

0 comments on commit 84ca889

Please sign in to comment.