From 8d5978371c449c888d345226a0af745f92e6e04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 03:31:20 +0000 Subject: [PATCH] Bump requests-cache from 0.8.0 to 0.9.4 Bumps [requests-cache](https://github.com/reclosedev/requests-cache) from 0.8.0 to 0.9.4. - [Release notes](https://github.com/reclosedev/requests-cache/releases) - [Changelog](https://github.com/reclosedev/requests-cache/blob/master/HISTORY.md) - [Commits](https://github.com/reclosedev/requests-cache/compare/v0.8.0...v0.9.4) --- updated-dependencies: - dependency-name: requests-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index d7fcfc3..609a3f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -567,7 +567,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "requests-cache" -version = "0.8.0" +version = "0.9.4" description = "A transparent persistent cache for the requests library" category = "main" optional = false @@ -583,14 +583,14 @@ urllib3 = ">=1.25.5,<2.0.0" [package.extras] dynamodb = ["boto3 (>=1.15,<2.0)", "botocore (>=1.18,<2.0)"] -all = ["boto3 (>=1.15,<2.0)", "botocore (>=1.18,<2.0)", "pymongo (>=3.0,<4.0)", "redis (>=3.0,<4.0)", "itsdangerous (>=2.0,<3.0)", "pyyaml (>=5.4)", "ujson (>=4.0)"] -mongodb = ["pymongo (>=3.0,<4.0)"] -redis = ["redis (>=3.0,<4.0)"] +all = ["boto3 (>=1.15,<2.0)", "botocore (>=1.18,<2.0)", "pymongo (>=3)", "redis (>=3)", "itsdangerous (>=2.0,<3.0)", "pyyaml (>=5.4)", "ujson (>=4.0)"] +mongodb = ["pymongo (>=3)"] +redis = ["redis (>=3)"] bson = ["bson (>=0.5)"] security = ["itsdangerous (>=2.0,<3.0)"] yaml = ["pyyaml (>=5.4)"] json = ["ujson (>=4.0)"] -docs = ["furo (>=2021.8.11-beta.42)", "linkify-it-py (>=1.0.1,<2.0.0)", "myst-parser (>=0.15.1,<0.16.0)", "sphinx (==4.1.2)", "sphinx-autodoc-typehints (>=1.11,<2.0)", "sphinx-automodapi (>=0.13,<0.14)", "sphinx-copybutton (>=0.3,<0.5)", "sphinx-inline-tabs (>=2021.4.11-beta.9,<2022.0.0)", "sphinx-panels (>=0.6,<0.7)", "sphinxcontrib-apidoc (>=0.3,<0.4)"] +docs = ["furo (>=2021.9.8)", "linkify-it-py (>=1.0.1,<2.0.0)", "myst-parser (>=0.15.1,<0.16.0)", "sphinx (==4.3.0)", "sphinx-autodoc-typehints (>=1.11,<2.0)", "sphinx-automodapi (>=0.13,<0.15)", "sphinx-copybutton (>=0.3,<0.5)", "sphinx-inline-tabs (>=2022.1.2b11)", "sphinx-notfound-page", "sphinx-panels (>=0.6,<0.7)", "sphinxcontrib-apidoc (>=0.3,<0.4)"] [[package]] name = "rich" @@ -765,7 +765,7 @@ test = [] [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "1b1b63432a53187d327ebbb3c382fc1da2c330d3665a4874d0b3b388f6278cbf" +content-hash = "2f6fd64879d557f1d03dd2447625b8d81c6f9a7bf4c15bcc8037ec22ec01dc63" [metadata.files] appdirs = [ @@ -1043,8 +1043,8 @@ requests = [ {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, ] requests-cache = [ - {file = "requests-cache-0.8.0.tar.gz", hash = "sha256:2f80b2a43d6bb886558181133d9b74db12f1eed42c190b53d8e98ab62a0d2231"}, - {file = "requests_cache-0.8.0-py3-none-any.whl", hash = "sha256:35d0f6a7d6f43932515200dff4a6bfbace0b2fedfe0d031069514cb77ec5d088"}, + {file = "requests-cache-0.9.4.tar.gz", hash = "sha256:04bb1212bbefba122080163530555f36e64fcd517ef8f90e289ef76f7ae055da"}, + {file = "requests_cache-0.9.4-py3-none-any.whl", hash = "sha256:edc51d4ba3f1bcacf100aa6097d0c4ae4c787fe13dcc4b2d3a6ce3064482b072"}, ] rich = [ {file = "rich-10.9.0-py3-none-any.whl", hash = "sha256:2c84d9b3459c16bf413fe0f9644c7ae1791971e0bb944dfae56e7c7634b187ab"}, diff --git a/pyproject.toml b/pyproject.toml index 2072909..019ddfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ textual = "0.1.11" toml = "0.10.2" rich = "10.9.0" pyperclip = "1.8.2" -requests-cache = "0.8.0" +requests-cache = "0.9.4" markdownify = "0.9.4" [tool.poetry.dev-dependencies] @@ -109,5 +109,5 @@ unauthorized_licenses = [ ] [tool.liccheck.authorized_packages] -requests-cache = "0.8.0" +requests-cache = "0.9.4" flake8-isort = "~=4.0"