From ff27da1e647fdafa56ff26dca2bc5c665932dc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:03:09 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=7.1.6 to ~=7.1.8 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.6...v7.1.8) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.8 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 cf87a32..385431d 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.6,<7.2 +cachetools>=7.1.8,<7.2 pycryptodome>=3.23.0,<3.24 pytz>=2026.3.post1,<2027.0 confuse>=2.2.1,<2.3 diff --git a/requeriments.txt b/requeriments.txt index 491ddf9..f316076 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.34.2 six>=1.16,<2 -cachetools~=7.1.6 +cachetools~=7.1.8 pycryptodome~=3.23 pytz~=2026.3 confuse~=2.2.1 \ No newline at end of file