Skip to content

Commit

Permalink
build: pin requests-cache
Browse files Browse the repository at this point in the history
Minimum version is 0.9.2
Fixes andreoliwa#498
  • Loading branch information
andreoliwa committed Sep 20, 2022
1 parent 63703c7 commit bd82efe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions 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
Original file line number Diff line number Diff line change
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 = "*"
requests-cache = ">=0.9.2" # This version introduced requests_cache.cache_control.NEVER_EXPIRE

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

0 comments on commit bd82efe

Please sign in to comment.