From 918af030e7ad3286f57a58fe4b7eb264d1880075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 18:39:44 +0000 Subject: [PATCH] Build(deps): Bump babel from 2.8.0 to 2.9.1 Bumps [babel](https://github.com/python-babel/babel) from 2.8.0 to 2.9.1. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES) - [Commits](https://github.com/python-babel/babel/compare/v2.8.0...v2.9.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43fb967..423889f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def test_suite(): 'injector==0.18.3', 'SQLAlchemy==1.3.17', 'SQLAlchemy_utils==0.36.5', - 'Babel==2.8.0', + 'Babel==2.9.1', ], tests_require=[ 'factory_boy==2.12.0',