From 02b8f7b68902ac700b11a1d5771bbdcba241e1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 06:05:42 +0000 Subject: [PATCH] Update cachetools requirement from ~=6.2.1 to ~=6.2.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/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c0e347..4e16621 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ao3-api~=2.3.0 feedgen~=1.0.0 Flask~=3.1.2 -cachetools~=6.2.1 +cachetools~=6.2.2 MarkupSafe~=3.0.3 \ No newline at end of file