From 68ab147f5765a6f8e028b1c430675d01d44abac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 12:52:49 +0000 Subject: [PATCH] Bump cachetools from 4.2.2 to 5.3.0 Bumps [cachetools](https://github.com/tkem/cachetools) from 4.2.2 to 5.3.0. - [Release notes](https://github.com/tkem/cachetools/releases) - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v4.2.2...v5.3.0) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d2f4147c..4c5044877 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ python-telegram-bot==20.3 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.23.3 arrow==1.2.3 -cachetools==4.2.2 +cachetools==5.3.0 requests==2.30.0 urllib3==2.0.2 jsonschema==4.17.3