Skip to content

Commit 0b8992a

Browse files
DEP(deps): Update cachetools requirement from ~=5.5.2 to ~=6.0.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.5.2...v6.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a712319 commit 0b8992a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requeriments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest
22
requests~=2.32.3
33
six>=1.16,<2
4-
cachetools~=5.5.2
4+
cachetools~=6.0.0
55
pycryptodome~=3.22
66
pytz~=2025.2
77
confuse~=2.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
install_requires=[
77
"requests>=2.27.1,<2.33.0",
88
"six>=1.16,<1.18",
9-
"cachetools>=5.0,<5.6",
9+
"cachetools>=5.0,<6.1",
1010
"pycryptodome>=3.13,<3.23",
1111
"pytz>=2021.3,<2026.0",
1212
"confuse>=1.7,<2.1",

0 commit comments

Comments
 (0)