From 32b6baf49fb7c1c059df4c11a91ced7c41dbe782 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:49:28 +0000 Subject: [PATCH] fix(deps): update dependency cachetools to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fefcbda..5527fb92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "discord-webhook[async]==1.4.1", "python-multipart==0.0.22", "bcrypt==5.0.0", - "cachetools==5.5.2", + "cachetools==7.0.1", "asyncache==0.3.1", "hypercorn==0.18.0", "tzdata==2025.3",