Skip to content

Commit

Permalink
build(deps): pin requests-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Mar 24, 2023
1 parent 817c5b4 commit 7a3f783
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 @@ -103,7 +103,7 @@ sphinx = { version = "*", optional = true }
sphinx_rtd_theme = { version = "*", optional = true }
sphobjinv = { version = "*", optional = true }
sphinx-gitref = { version = "*", optional = true }
requests-cache = ">=0.9.2" # This version introduced requests_cache.cache_control.NEVER_EXPIRE
requests-cache = ">=0.9.7" # This version uses requests_cache.policy.expiration

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

0 comments on commit 7a3f783

Please sign in to comment.