From 84ca88938d9d61c8467d31afe2534fd6e1ce2aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 04:25:36 +0000 Subject: [PATCH] build(deps-dev): update requests-cache requirement 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.9.6...v1.1.0) --- updated-dependencies: - dependency-name: requests-cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d812b6..ba243be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pefile >= 2022.5.30", "pyelftools >= 0.29", "requests >= 2.28.1,< 2.32.0", - "requests-cache >= 0.9.6,< 1.1.0", + "requests-cache >= 0.9.6,< 1.2.0", "rich >= 12.5.1,< 13.5.0", ] requires-python = ">=3.8"