From 7aafeb76d14620d4c39a07a5133c9e5b097ce6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:03:20 +0000 Subject: [PATCH] DEP(deps): Update six requirement from <1.18,>=1.16 to >=1.17.0,<1.18 Updates the requirements on [six](https://github.com/benjaminp/six) to permit the latest version. - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: six dependency-version: 1.17.0 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..206a896 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,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 +six>=1.17.0,<1.18 cachetools>=5.0,<7.1 pycryptodome>=3.13,<3.24 pytz>=2021.3,<2027.0