From bbd9a8f589ad1b714d765df9fa336e652c6cad79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:00:13 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=5.5.0 to ~=5.5.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/v5.5.0...v5.5.1) --- 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 61921a5..65c7add 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.32.3 six>=1.16,<2 -cachetools~=5.5.0 +cachetools~=5.5.1 pycryptodome~=3.21 pytz~=2024.2 confuse~=2.0.1 \ No newline at end of file