From b92edfd0b19189522e988dd5c3fc91242514e922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:39:43 +0000 Subject: [PATCH] deps(deps): update cachetools requirement in /cf-bypass-service Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.3.0...v7.0.5) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cf-bypass-service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-bypass-service/pyproject.toml b/cf-bypass-service/pyproject.toml index 034a2705..0608ec70 100644 --- a/cf-bypass-service/pyproject.toml +++ b/cf-bypass-service/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "cachetools>=5.3.0", + "cachetools>=7.0.5", "cloudscraper>=1.2.70", "fastapi>=0.104.0", "psutil>=5.9.0",