From 1e2d4542ef7c47b1ab7e2ed3aa46af277f2ef0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 19:02:51 +0000 Subject: [PATCH] Bump babel from 2.9.0 to 2.9.1 Bumps [babel](https://github.com/python-babel/babel) from 2.9.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.9.0...v2.9.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c7bdf2e..24814257 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django<3.3 celery<5.0,>=4.4 -Babel==2.9.0 +Babel==2.9.1 Pillow==8.2.0 celery[redis]==5.1.0 dj-database-url==0.5.0 -- 2.11.4.GIT