From f51a6098cbfa23b2d027403c900c98a5f13cb261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 03:24:23 +0000 Subject: [PATCH] Update requests-cache requirement from <1.0.2,>=0.5.2 to >=0.5.2,<1.1.1 Updates the requirements on [requests-cache](https://github.com/requests-cache/requests-cache) to permit the latest version. - [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/v0.6.0...v1.1.0) --- updated-dependencies: - dependency-name: requests-cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cc28d1..7358eae 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "backoff>=1.10.0,<2", "http-hmac-python>=2.4.1,<3", "requests>=2.25.0,<=3.0", - "requests-cache>=0.5.2,<1.0.2", + "requests-cache>=0.5.2,<1.1.1", "setuptools>=38.5", ], )