Skip to content

Commit

Permalink
Merge pull request #4 from hasanatkazmi/main
Browse files Browse the repository at this point in the history
Update cachetools to 5.x
  • Loading branch information
rams3sh committed Mar 9, 2024
2 parents 29c98e3 + 0c62457 commit 5aede7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botocore
cachetools==4.2.1
cachetools==5.3.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
setuptools.setup(
name="botocache",
author="rams3sh",
version="0.0.4",
version="0.0.5",
description="Caching for Boto and Boto3 SDK",
packages=["botocache"],
install_requires=required,
python_requires='>=3.5',
python_requires='>=3.7',
)

0 comments on commit 5aede7a

Please sign in to comment.