From 361b1d95889aab4cff13d23acf6405ebb76bc288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:07:31 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=5.5.1 to ~=5.5.2 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/v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: cachetools 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 65c7add..c244fc4 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.32.3 six>=1.16,<2 -cachetools~=5.5.1 +cachetools~=5.5.2 pycryptodome~=3.21 pytz~=2024.2 confuse~=2.0.1 \ No newline at end of file