Skip to content

Commit

Permalink
fix(deps): pin requests-cache to >=1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Mar 29, 2023
1 parent ce13337 commit 6de6d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -106,7 +106,7 @@ sphinx = { version = "*", optional = true }
sphinx_rtd_theme = { version = "*", optional = true }
sphobjinv = { version = "*", optional = true }
sphinx-gitref = { version = "*", optional = true }
requests-cache = ">=0.9.7" # This version uses requests_cache.policy.expiration
requests-cache = ">=1.0.0" # This version uses requests_cache.policy.expiration

[tool.poetry.extras]
lint = ["pylint"]
Expand Down

0 comments on commit 6de6d60

Please sign in to comment.