From da7d573fe3da6c2098dcfe14ff33a39d264c2a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:00:56 +0000 Subject: [PATCH] [python]: Update cachecontrol requirement Updates the requirements on [cachecontrol](https://github.com/psf/cachecontrol) to permit the latest version. - [Release notes](https://github.com/psf/cachecontrol/releases) - [Changelog](https://github.com/psf/cachecontrol/blob/master/docs/release_notes.rst) - [Commits](https://github.com/psf/cachecontrol/compare/v0.12.0...v0.14.4) --- updated-dependencies: - dependency-name: cachecontrol dependency-version: 0.14.4 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 bbc7131..b0be710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ - "cachecontrol[filecache] >= 0.12, < 0.15", + "cachecontrol[filecache] >= 0.14.4, < 0.15", "click >= 8.0", "platformdirs >= 3.0, < 5.0", "requests ~= 2.20",