From 92a60d2c7f1b4631569f0d7179e97f2619da03fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:02:51 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=7.1.4 to ~=7.1.6 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/v7.1.4...v7.1.6) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requeriments.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0dd280d..668125a 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.34.2,<2.35.0 six>=1.17.0,<1.18 -cachetools>=7.1.4,<7.2 +cachetools>=7.1.6,<7.2 pycryptodome>=3.23.0,<3.24 pytz>=2026.2,<2027.0 confuse>=2.2.0,<2.3 diff --git a/requeriments.txt b/requeriments.txt index 19990b8..41b5af7 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.34.2 six>=1.16,<2 -cachetools~=7.1.4 +cachetools~=7.1.6 pycryptodome~=3.23 pytz~=2026.2 confuse~=2.2.0 \ No newline at end of file