diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-03 20:20:54 +0000 |
|---|---|---|
| committer | Glandos <bugs-github@antipoul.fr> | 2021-06-03 22:40:31 +0200 |
| commit | e8f9d1cd93aa9cc90c528e323972f6e27e1c89f0 (patch) | |
| tree | 4701434d3e897095975e5a62ee58bc1d0f58d02d /setup.cfg | |
| parent | 45f4d8f8b0b02038cde53f52122b61fe4bdc1da8 (diff) | |
| download | ihatemoney-mirror-e8f9d1cd93aa9cc90c528e323972f6e27e1c89f0.zip ihatemoney-mirror-e8f9d1cd93aa9cc90c528e323972f6e27e1c89f0.tar.gz ihatemoney-mirror-e8f9d1cd93aa9cc90c528e323972f6e27e1c89f0.tar.bz2 | |
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>
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ install_requires = cachetools~=4.1 debts~=0.5 email_validator~=1.0 - Flask-Babel~=1.0 + Flask-Babel>=1,<3 Flask-Cors~=3.0 Flask-Mail~=0.9 Flask-Migrate>=2.5.3,<3 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b) |
