mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
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:
parent
747824a298
commit
eafbde67a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue