Skip to content

Commit

Permalink
fix(deps): allow cachetools 5.0 for python 3.7+ (#937)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jan 20, 2022
1 parent 431d0bf commit 1eae37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


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

0 comments on commit 1eae37d

Please sign in to comment.