Skip to content

Commit 0c62457

Browse files
committed
update cachetools version and update botocache version
1 parent 99f08dd commit 0c62457

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
botocore
2-
cachetools
2+
cachetools==5.3.3

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
setuptools.setup(
77
name="botocache",
88
author="rams3sh",
9-
version="0.0.4",
9+
version="0.0.5",
1010
description="Caching for Boto and Boto3 SDK",
1111
packages=["botocache"],
1212
install_requires=required,
13-
python_requires='>=3.5',
13+
python_requires='>=3.7',
1414
)

0 commit comments

Comments
 (0)