From 783f7e17d15309442a126b32377ea62c8884f723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:53:03 +0000 Subject: [PATCH] chore(deps): update cachetools requirement in /bots/gsbot 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.3.2...v6.2.6) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bots/gsbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/gsbot/requirements.txt b/bots/gsbot/requirements.txt index cebf492..1b0b4a1 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -15,7 +15,7 @@ aiohttp>=3.13.5 requests>=2.31.0 # Caching -cachetools>=5.3.2 +cachetools>=6.2.6 # Testing pytest>=8.4.2