From 23da23bcff0be085778d4e707ece7c90eb1079be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:20:14 +0000 Subject: [PATCH] build(deps): bump cachetools from 6.2.4 to 7.0.0 in /.devcontainer Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.4 to 7.0.0. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.4...v7.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 56355db..50f3748 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -7,6 +7,6 @@ rapidfuzz==3.14.3 python-dateutil==2.9.0.post0 SQLAlchemy==2.0.45 topggpy==1.4.0 -cachetools==6.2.4 +cachetools==7.0.0 psutil==7.1.3 discordlists.py==1.1.1 \ No newline at end of file