Skip to content

Commit f3a2e62

Browse files
committed
Update requirements
1 parent 3a59804 commit f3a2e62

File tree

3 files changed

+38
-26
lines changed

3 files changed

+38
-26
lines changed

mygpoauth/registration/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.views.generic import TemplateView, View
2-
from django.utils.translation import ugettext as _
2+
from django.utils.translation import gettext as _
33
from django.db import IntegrityError, transaction
44
from django.urls import reverse
55
from django.http import HttpResponseRedirect

requirements-to-freeze.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=2.1,<2.2
1+
Django>=3.0,<3.1
22
dj-database-url
33
dj-static
44
gunicorn

requirements.txt

+36-24
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,67 @@
11
alabaster==0.7.11
22
appdirs==1.4.3
3+
asgiref==3.2.3
34
atomicwrites==1.2.1
4-
attrs==18.2.0
5+
attrs==18.1.0
56
Babel==2.6.0
6-
black==18.6b4
7-
bleach==2.1.4
7+
black==19.10b0
8+
bleach==3.1.0
89
certifi==2018.8.24
910
chardet==3.0.4
10-
click==7.0
11-
coverage==4.5.1
11+
click==6.7
12+
coverage==5.0.3
1213
dj-database-url==0.5.0
1314
dj-static==0.0.6
14-
Django==2.1.2
15-
django-coverage-plugin==1.6.0
15+
Django==3.0.3
16+
django-coverage-plugin==1.8.0
1617
django-nose==1.4.5
1718
docutils==0.14
19+
entrypoints==0.3
1820
envdir==1.0.1
19-
flake8==3.5.0
20-
freezegun==0.3.10
21-
gunicorn==19.9.0
21+
flake8==3.7.9
22+
freezegun==0.3.14
23+
gunicorn==20.0.4
2224
html5lib==1.0.1
2325
idna==2.7
24-
imagesize==1.1.0
26+
imagesize==1.0.0
2527
Jinja2==2.10
26-
Markdown==3.0
28+
Markdown==3.2
2729
MarkupSafe==1.0
2830
mccabe==0.6.1
2931
more-itertools==4.3.0
3032
nose==1.3.7
31-
packaging==18.0
33+
packaging==17.1
34+
pathspec==0.7.0
3235
pep8==1.7.1
33-
Pillow==5.2.0
36+
Pillow==7.0.0
3437
pluggy==0.7.1
35-
psycopg2==2.7.5
38+
psycopg2==2.8.4
3639
py==1.6.0
37-
pycodestyle==2.3.1
38-
pyflakes==1.6.0
40+
pycodestyle==2.5.0
41+
pyflakes==2.1.1
3942
Pygments==2.2.0
40-
pyparsing==2.2.2
41-
pytest==3.9.3
42-
pytest-cov==2.6.0
43-
pytest-django==3.4.3
43+
pyparsing==2.2.0
44+
pytest==3.7.4
45+
pytest-cov==2.8.1
46+
pytest-django==3.8.0
4447
python-dateutil==2.7.3
4548
pytz==2018.5
46-
requests==2.20.0
49+
regex==2020.1.8
50+
requests==2.19.1
4751
six==1.11.0
4852
snowballstemmer==1.2.1
49-
Sphinx==2.2.1
53+
Sphinx==2.3.1
54+
sphinxcontrib-applehelp==1.0.1
55+
sphinxcontrib-devhelp==1.0.1
56+
sphinxcontrib-htmlhelp==1.0.2
5057
sphinxcontrib-httpdomain==1.7.0
58+
sphinxcontrib-jsmath==1.0.1
59+
sphinxcontrib-qthelp==1.0.2
60+
sphinxcontrib-serializinghtml==1.1.3
5161
sphinxcontrib-websupport==1.1.0
62+
sqlparse==0.3.0
5263
static3==0.7.0
53-
toml==0.9.6
64+
toml==0.9.4
65+
typed-ast==1.4.1
5466
urllib3==1.23
5567
webencodings==0.5.1

0 commit comments

Comments
 (0)