From 91ee8652efb2a9512a95cbc09902e582188df849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 03:02:10 +0000 Subject: [PATCH] chore(deps): bump cachetools from 6.2.3 to 6.2.4 Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.3 to 6.2.4. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.3...v6.2.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c46a80cd6..a9bc3d3ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ python-telegram-bot==22.5 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 humanize==4.14.0 -cachetools==6.2.3 +cachetools==6.2.4 requests==2.32.5 urllib3==2.6.2 certifi==2025.11.12