From 84bdf981b290359365ec75328016f69f30cc539e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 22:11:19 +0200 Subject: [PATCH] build(deps): Bump requests-cache from 1.2.0 to 1.2.1 (#355) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b5296b1..32623558 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ python-frontmatter==1.1.0 # used in endoflife.py to parse products YAML frontmat python-liquid==1.12.1 # used in endoflife.py to render version templates requests==2.32.3 # used in http.py to make HTTP requests simpler requests-futures==1.0.1 # used in http.py to be able to make async HTTP requests -requests-cache==1.2.0 # used in http.py to be able to cache HTTP requests +requests-cache==1.2.1 # used in http.py to be able to cache HTTP requests ruamel.yaml==0.18.6 # used in latest.py ruamel.yaml.clib==0.2.8 # used in latest.py soupsieve==2.5 # used in conjunction with beautifulsoup4