From 62833c64b9fcb9e8a3d05c8217d0ad63ab8d24b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:57:33 +0000 Subject: [PATCH] Update flask-babel requirement from <4,>=1.0 to >=1.0,<5 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...v4.0.0) --- updated-dependencies: - dependency-name: flask-babel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42369a33..2b2c22c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "cachetools>=4.1,<5", "debts>=0.5,<1", "email_validator>=1.0,<3", - "Flask-Babel>=1.0,<4", + "Flask-Babel>=1.0,<5", "Flask-Cors>=3.0.8,<4", "Flask-Limiter>=2.6,<3", "Flask-Mail>=0.9.1,<1",