Skip to content

Commit bc72699

Browse files
committed
fix(deps): pin requests-cache to >=1.0.0
1 parent ce13337 commit bc72699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ sphinx = { version = "*", optional = true }
106106
sphinx_rtd_theme = { version = "*", optional = true }
107107
sphobjinv = { version = "*", optional = true }
108108
sphinx-gitref = { version = "*", optional = true }
109-
requests-cache = ">=0.9.7" # This version uses requests_cache.policy.expiration
109+
requests-cache = ">=1.0.0" # This version uses requests_cache.policy.expiration
110110

111111
[tool.poetry.extras]
112112
lint = ["pylint"]

0 commit comments

Comments
 (0)