From becd9f7a2905c54c1ee12fda05ad921dcc894c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 19:07:24 +0000 Subject: [PATCH] Bump requests-cache from 1.2.0 to 1.2.1 Bumps [requests-cache](https://github.com/requests-cache/requests-cache) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/requests-cache/requests-cache/releases) - [Changelog](https://github.com/requests-cache/requests-cache/blob/main/HISTORY.md) - [Commits](https://github.com/requests-cache/requests-cache/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: requests-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index c60459a..a4f6034 100644 --- a/poetry.lock +++ b/poetry.lock @@ -788,13 +788,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-cache" -version = "1.2.0" +version = "1.2.1" description = "A persistent cache for python requests" optional = false python-versions = ">=3.8" files = [ - {file = "requests_cache-1.2.0-py3-none-any.whl", hash = "sha256:490324301bf0cb924ff4e6324bd2613453e7e1f847353928b08adb0fdfb7f722"}, - {file = "requests_cache-1.2.0.tar.gz", hash = "sha256:db1c709ca343cc1cd5b6c8b1a5387298eceed02306a6040760db538c885e3838"}, + {file = "requests_cache-1.2.1-py3-none-any.whl", hash = "sha256:1285151cddf5331067baa82598afe2d47c7495a1334bfe7a7d329b43e9fd3603"}, + {file = "requests_cache-1.2.1.tar.gz", hash = "sha256:68abc986fdc5b8d0911318fbb5f7c80eebcd4d01bfacc6685ecf8876052511d1"}, ] [package.dependencies]