Skip to content

Commit 240dec3

Browse files
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](tkem/cachetools@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] <support@github.com>
1 parent 024f382 commit 240dec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ all = [
6666
]
6767
callback-data = [
6868
# Cachetools doesn't have a strict stability policy. Let's be cautious for now.
69-
"cachetools>=5.3.3,<5.6.0",
69+
"cachetools>=5.3.3,<6.3.0",
7070
]
7171
ext = [
7272
"python-telegram-bot[callback-data,job-queue,rate-limiter,webhooks]",

0 commit comments

Comments
 (0)