From 601cae1f9bee7e7b50d4d360beb04b1104efcdd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:03:00 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=6.2.0 to ~=6.2.1 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.2.0...v6.2.1) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requeriments.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requeriments.txt b/requeriments.txt index 9ccbee8..141d334 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.32.5 six>=1.16,<2 -cachetools~=6.2.0 +cachetools~=6.2.1 pycryptodome~=3.23 pytz~=2025.2 confuse~=2.0.1 \ No newline at end of file