Skip to content

Commit 036ed41

Browse files
DEP(deps): Update cachetools requirement from ~=7.1.6 to ~=7.1.7
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](tkem/cachetools@v7.1.6...v7.1.7) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7904c6d commit 036ed41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pydata-sphinx-theme
1010
# Dependencias REALES del paquete (para que autodoc pueda importar)
1111
requests>=2.34.2,<2.35.0
1212
six>=1.17.0,<1.18
13-
cachetools>=7.1.6,<7.2
13+
cachetools>=7.1.7,<7.2
1414
pycryptodome>=3.23.0,<3.24
1515
pytz>=2026.3.post1,<2027.0
1616
confuse>=2.2.1,<2.3

requeriments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest
22
requests~=2.34.2
33
six>=1.16,<2
4-
cachetools~=7.1.6
4+
cachetools~=7.1.7
55
pycryptodome~=3.23
66
pytz~=2026.3
77
confuse~=2.2.1

0 commit comments

Comments
 (0)