From 816e5e161bc83e888bc7b74b9b638180bec28b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 17:52:29 +0000 Subject: [PATCH] Bump babel from 2.3.4 to 2.9.1 Bumps [babel](https://github.com/python-babel/babel) from 2.3.4 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/2.3.4...v2.9.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cfb1dfc6..dd97629a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.python.org/simple -Babel==2.3.4 +Babel==2.9.1 gunicorn==19.3.0 Django==3.1.6 django3-all-access==0.10.0 diff --git a/setup.py b/setup.py index 88ed1b33..bd4768b8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ author_email='storm@g.globo', url='https://github.com/globocom/vault', install_requires=[ - 'Babel==2.3.4', + 'Babel==2.9.1', 'gunicorn==19.3.0', 'Django==3.1.6', 'django3-all-access==0.10.0',