From b3186d7e5d8066baece74a9474988ac476b201f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:11:20 +0000 Subject: [PATCH] Bump babel from 0.9.6 to 2.9.1 in /requirements Bumps [babel](https://github.com/python-babel/babel) from 0.9.6 to 2.9.1. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/commits/v2.9.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 06a8c1103..3d954f06e 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,5 +1,5 @@ amqp==1.0.11 -Babel==0.9.6 +Babel==2.9.1 Django==1.5.9 anyjson==0.3.3 billiard==2.7.3.28