Skip to content

Commit 1eae37d

Browse files
busunkim96gcf-owl-bot[bot]arithmetic1728
authored
fix(deps): allow cachetools 5.0 for python 3.7+ (#937)
* fix(deps): allow cachetools 5.0 for python 3.7+ Changes listed https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst#v500-2021-12-21 * chore: remove split pin * Update setup.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: arithmetic1728 <[email protected]>
1 parent 431d0bf commit 1eae37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
DEPENDENCIES = (
23-
"cachetools>=2.0.0,<5.0",
23+
"cachetools>=2.0.0,<6.0",
2424
"pyasn1-modules>=0.2.1",
2525
# rsa==4.5 is the last version to support 2.7
2626
# https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233

0 commit comments

Comments
 (0)