From ea81f5bb567a91a679c673c828a6e600fd1a407c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:02:54 +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 ddc8ab6..6b6fe44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "discord-webhook[async]==1.4.1", "python-multipart==0.0.32", "bcrypt==5.0.0", - "cachetools==5.5.2", + "cachetools==7.2.0", "asyncache==0.3.1", "hypercorn==0.18.0", "tzdata==2026.4",