From b7a348cf3591be627fa2b7fb8aad13e73972c7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 03:18:08 +0000 Subject: [PATCH] Bump requests-cache from 0.8.0 to 0.8.1 Bumps [requests-cache](https://github.com/reclosedev/requests-cache) from 0.8.0 to 0.8.1. - [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.8.1) --- updated-dependencies: - dependency-name: requests-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d7fcfc3..9073ae0 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.8.1" description = "A transparent persistent cache for the requests library" category = "main" optional = false @@ -590,7 +590,7 @@ 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.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-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 = "c5416d633d29050c49cb2982006fe5c0327149bc2b5ed0f7dd8839ac0418df35" [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.8.1.tar.gz", hash = "sha256:27d3eb276ab3affa9864dfc0475241d6d960dd566d57ec46ffa7759c2c74ed1c"}, + {file = "requests_cache-0.8.1-py3-none-any.whl", hash = "sha256:f36104f95ee78bba3d13a2692fe7c0fa8623872275949836789d98d359e79390"}, ] rich = [ {file = "rich-10.9.0-py3-none-any.whl", hash = "sha256:2c84d9b3459c16bf413fe0f9644c7ae1791971e0bb944dfae56e7c7634b187ab"}, diff --git a/pyproject.toml b/pyproject.toml index bce53c8..fafefa1 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.8.1" 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.8.1" flake8-isort = "~=4.0"