aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-03 20:20:54 +0000
committerGlandos <bugs-github@antipoul.fr>2021-06-03 22:40:31 +0200
commite8f9d1cd93aa9cc90c528e323972f6e27e1c89f0 (patch)
tree4701434d3e897095975e5a62ee58bc1d0f58d02d
parent45f4d8f8b0b02038cde53f52122b61fe4bdc1da8 (diff)
downloadihatemoney-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>
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 143be48..a615a04 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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)