From 5bd2ca72acc835ddbb647fb0b9ef98f7defdb359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:10:31 +0000 Subject: [PATCH] feat(deps): bump cachecontrol from 0.13.1 to 0.14.0 Bumps [cachecontrol](https://github.com/psf/cachecontrol) from 0.13.1 to 0.14.0. - [Release notes](https://github.com/psf/cachecontrol/releases) - [Changelog](https://github.com/psf/cachecontrol/blob/master/docs/release_notes.rst) - [Commits](https://github.com/psf/cachecontrol/compare/v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: cachecontrol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 902dd1a..c0a179b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -96,21 +96,21 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "cachecontrol" -version = "0.13.1" +version = "0.14.0" description = "httplib2 caching for requests" optional = false python-versions = ">=3.7" files = [ - {file = "cachecontrol-0.13.1-py3-none-any.whl", hash = "sha256:95dedbec849f46dda3137866dc28b9d133fc9af55f5b805ab1291833e4457aa4"}, - {file = "cachecontrol-0.13.1.tar.gz", hash = "sha256:f012366b79d2243a6118309ce73151bf52a38d4a5dac8ea57f09bd29087e506b"}, + {file = "cachecontrol-0.14.0-py3-none-any.whl", hash = "sha256:f5bf3f0620c38db2e5122c0726bdebb0d16869de966ea6a2befe92470b740ea0"}, + {file = "cachecontrol-0.14.0.tar.gz", hash = "sha256:7db1195b41c81f8274a7bbd97c956f44e8348265a1bc7641c37dfebc39f0c938"}, ] [package.dependencies] -msgpack = ">=0.5.2" +msgpack = ">=0.5.2,<2.0.0" requests = ">=2.16.0" [package.extras] -dev = ["CacheControl[filecache,redis]", "black", "build", "cherrypy", "mypy", "pytest", "pytest-cov", "sphinx", "tox", "types-redis", "types-requests"] +dev = ["CacheControl[filecache,redis]", "black", "build", "cherrypy", "furo", "mypy", "pytest", "pytest-cov", "sphinx", "sphinx-copybutton", "tox", "types-redis", "types-requests"] filecache = ["filelock (>=3.8.0)"] redis = ["redis (>=2.10.5)"] @@ -1694,4 +1694,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e753d2e9709acc5ca6e398dd83a293e20f934bf74e15a909f7f041c1c5a57aee" +content-hash = "f5f12bc3e26359633b8bda13fac8c6aa7307aeddd30ea56932c2252a0c21d2ea" diff --git a/pyproject.toml b/pyproject.toml index eb050d2..56d0a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" requests = ">=2.28.2" -cachecontrol = "^0.13.0" +cachecontrol = ">=0.13,<0.15" [tool.poetry.group.dev.dependencies] pytest = ">=7.3.1,<9.0.0"