From 8bbc5a0c3846ef2d8ac6fa03a75e735c4fc8ac90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:49:26 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=6.1.0 to ~=6.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/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requeriments.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requeriments.txt b/requeriments.txt index d24354b..9ccbee8 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.32.5 six>=1.16,<2 -cachetools~=6.1.0 +cachetools~=6.2.0 pycryptodome~=3.23 pytz~=2025.2 confuse~=2.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index df976ff..45124b1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ install_requires=[ "requests>=2.27.1,<2.33.0", "six>=1.16,<1.18", - "cachetools>=5.0,<6.2", + "cachetools>=5.0,<6.3", "pycryptodome>=3.13,<3.24", "pytz>=2021.3,<2026.0", "confuse>=1.7,<2.1",