Compare commits

...

2 commits

Author SHA1 Message Date
dependabot[bot]
612acb9e6b
Merge aa97c0eaf3 into 6582e2c0c3 2024-09-28 08:06:47 +08:00
dependabot[bot]
aa97c0eaf3
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.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v4.1.0...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 04:51:38 +00:00

View file

@ -27,7 +27,7 @@ classifiers = [
dependencies = [ dependencies = [
"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,<3", "email_validator>=1.0,<3",
"Flask-Babel>=1.0,<4", "Flask-Babel>=1.0,<4",