From 7a4ae175aa9bbac0bbca4d1009355fe6179a76e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:03:16 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from <7.1,>=5.0 to >=7.0.6,<7.1 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.0.0...v7.0.6) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c1fc0ae..51d26a3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ pydata-sphinx-theme # Dependencias REALES del paquete (para que autodoc pueda importar) requests>=2.27.1,<2.34.0 six>=1.16,<1.18 -cachetools>=5.0,<7.1 +cachetools>=7.0.6,<7.1 pycryptodome>=3.13,<3.24 pytz>=2021.3,<2027.0 confuse>=1.7,<2.3