Update cachetools requirement from <5,>=4.1 to >=4.1,<6

Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
- [Release notes](https://github.com/tkem/cachetools/releases)
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-22 04:00:42 +00:00 committed by GitHub
parent 747824a298
commit eafbde67a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ include_package_data = True
zip_safe = False zip_safe = False
install_requires = install_requires =
blinker>=1.4,<2 blinker>=1.4,<2
cachetools>=4.1,<5 cachetools>=4.1,<6
debts>=0.5,<1 debts>=0.5,<1
email_validator>=1.0,<2 email_validator>=1.0,<2
Flask-Babel>=1.0,<3 Flask-Babel>=1.0,<3