From 3206ef679a6da293c8e12c2071001f8a45b32361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 29 Aug 2022 12:31:34 +0300 Subject: [PATCH] Update request-cache to 0.9.6 --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 8691f43abf..3bb1ccec83 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ python-dotenv = "==0.20.0" python-git-info = "==0.8.0" pyyaml = "==6.0" requests = ">=2.25.1" -requests-cache = "==0.9.1" +requests-cache = "==0.9.6" rich = "==12.5.1" tqdm = "==4.64.0" trakt = "==3.4.0" diff --git a/Pipfile.lock b/Pipfile.lock index 8bd0b09e77..8afc2cf1f5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1d2663828718650dd0eab7ac507ab822de7343b6fa3fa328f146d074c87f604d" + "sha256": "1aae9f0b6f66c63d435e3bc2456b76ca3843ea84c96529068b3a87372c42c7c8" }, "pipfile-spec": 6, "requires": { @@ -200,11 +200,11 @@ }, "requests-cache": { "hashes": [ - "sha256:3e3384c48dca231ee4c49e7ba53162bc0d99e16721baf085bfba1552d065d151", - "sha256:7737f83f0f48481a904bb9a9402233db5090931e46f9644c502646a573848d35" + "sha256:7397c0effb7e824c21e3f9fca8293cad01eb40152be67e53093f5399acd2d251", + "sha256:b1672c99ccce9ee53b49504c9f6a6d6de5cf6a9956bda46cf7dda0a4a5fc1bb5" ], "index": "pypi", - "version": "==0.9.1" + "version": "==0.9.6" }, "requests-oauthlib": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 94578eff00..ff326775dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pygments==2.13.0; python_version >= '3.6' python-dotenv==0.20.0 python-git-info==0.8.0 pyyaml==6.0 -requests-cache==0.9.1 +requests-cache==0.9.6 requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' requests==2.28.1 rich==12.5.1