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',