Update flask-babel requirement from ~=1.0 to >=1,<3

Updates the requirements on [flask-babel](https://github.com/python-babel/flask-babel) to permit the latest version.
- [Release notes](https://github.com/python-babel/flask-babel/releases)
- [Commits](https://github.com/python-babel/flask-babel/compare/v1.0.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-03 20:20:54 +00:00 committed by GitHub
parent 43ee61afe8
commit 2c90311a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ install_requires =
cachetools~=4.1 cachetools~=4.1
debts~=0.5 debts~=0.5
email_validator~=1.0 email_validator~=1.0
Flask-Babel~=1.0 Flask-Babel>=1,<3
Flask-Cors~=3.0 Flask-Cors~=3.0
Flask-Mail~=0.9 Flask-Mail~=0.9
Flask-Migrate>=2.5.3,<3 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b) Flask-Migrate>=2.5.3,<3 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)