From 240dec35df685c417b1b5e284e5a832fdd6aedcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 06:19:35 +0000 Subject: [PATCH 1/2] Update cachetools requirement from <5.6.0,>=5.3.3 to >=5.3.3,<6.3.0 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.3...v6.2.1) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f036d57a..380e973a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ all = [ ] callback-data = [ # Cachetools doesn't have a strict stability policy. Let's be cautious for now. - "cachetools>=5.3.3,<5.6.0", + "cachetools>=5.3.3,<6.3.0", ] ext = [ "python-telegram-bot[callback-data,job-queue,rate-limiter,webhooks]", From dd39ab98f2fcdafa792eb8bc5f3e9d7e3b9a2a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 06:20:46 +0000 Subject: [PATCH 2/2] Add chango fragment for PR #9 --- changes/unreleased/0009.TDXGcnw5z2Yfdn2RyqG2WW.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/unreleased/0009.TDXGcnw5z2Yfdn2RyqG2WW.toml diff --git a/changes/unreleased/0009.TDXGcnw5z2Yfdn2RyqG2WW.toml b/changes/unreleased/0009.TDXGcnw5z2Yfdn2RyqG2WW.toml new file mode 100644 index 00000000..6665e58c --- /dev/null +++ b/changes/unreleased/0009.TDXGcnw5z2Yfdn2RyqG2WW.toml @@ -0,0 +1,5 @@ +dependencies = "Update cachetools requirement from <5.6.0,>=5.3.3 to >=5.3.3,<6.3.0" +[[pull_requests]] +uid = "9" +author_uid = "dependabot[bot]" +closes_threads = []