From 7a3f78388b38d4c088c3252db838f01871a464c6 Mon Sep 17 00:00:00 2001 From: "W. Augusto Andreoli" Date: Fri, 24 Mar 2023 07:56:17 +0100 Subject: [PATCH] build(deps): pin requests-cache --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 342d9561..0890f053 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2050,4 +2050,4 @@ test = ["freezegun", "pytest", "pytest-cov", "pytest-datadir", "pytest-socket", [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "fd680832865ac52aa7923cc7324f520d00dc1e77adef05a808d7bf3dcc960f67" +content-hash = "13c332ed0cf12c566b1877503b2d8a7a5ba64a9c071ae9ff59f450f7a43982e5" diff --git a/pyproject.toml b/pyproject.toml index d047fe70..ab1c2297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]