From 5bce901a6706075dd4f7be3e156a7f6ebcf8d73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 21:02:45 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=7.1.6 to ~=7.2.0 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.2.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requeriments.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cf87a32..c1d9543 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.2.0,<7.3 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..a292d7f 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.2.0 pycryptodome~=3.23 pytz~=2026.3 confuse~=2.2.1 \ No newline at end of file diff --git a/setup.py b/setup.py index d2bd32f..87e4433 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ install_requires=[ "requests>=2.27.1,<2.35.0", "six>=1.16,<1.18", - "cachetools>=5.0,<7.2", + "cachetools>=5.0,<7.3", "pycryptodome>=3.13,<3.24", "pytz>=2021.3,<2027.0", "confuse>=1.7,<2.3",