From b03966f2c4dedc9bd20bc4ccf1629e9733d59b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 22:17:12 +0000 Subject: [PATCH] Update flask-babel requirement from <3,>=1.0 to >=1.0,<4 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) - [Changelog](https://github.com/python-babel/flask-babel/blob/master/CHANGELOG) - [Commits](https://github.com/python-babel/flask-babel/compare/v1.0.0...v3.0.0) --- updated-dependencies: - dependency-name: flask-babel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 14977d59..87e254d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = cachetools>=4.1,<5 debts>=0.5,<1 email_validator>=1.0,<2 - Flask-Babel>=1.0,<3 + Flask-Babel>=1.0,<4 Flask-Cors>=3.0.8,<4 Flask-Limiter>=2.6,<3 Flask-Mail>=0.9.1,<1