Skip to content

Commit b4c0aa2

Browse files
committed
Upgrade pip packages with non-breaking changes
* Django: 2.0.5 -> 2.1 * django-choices -> 1.6.0 -> 1.6.1 * django-countries -> 5.3 -> 5.3.1 * gunicorn: 19.8.1 -> 19.9.0 * Pillow: 5.1.0 -> 5.2.0 * psycopg2-binary: 2.7.4 -> 2.7.5 * pytz: 2018.4 -> 2018.5 * boto3: 1.7.31 -> 1.7.70
1 parent 87ebf1b commit b4c0aa2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
dj-database-url==0.5.0
22
dj-static==0.0.6
3-
Django==2.0.5
4-
django-choices==1.6.0
5-
django-countries==5.3
3+
Django==2.1
4+
django-choices==1.6.1
5+
django-countries==5.3.1
66
django-filter==1.1.0
77
djangorestframework==3.8.2
8-
gunicorn==19.8.1
8+
gunicorn==19.9.0
99
Markdown==2.6.11
10-
Pillow==5.1.0
11-
psycopg2-binary==2.7.4
10+
Pillow==5.2.0
11+
psycopg2-binary==2.7.5
1212
python-decouple==3.1
13-
pytz==2018.4
13+
pytz==2018.5
1414
static3==0.7.0
15-
boto3==1.7.31
15+
boto3==1.7.70
1616
django-storages==1.6.6
1717
django-markdownx==2.0.23
1818
python-slugify==1.2.5
1919
raven>=3
2020
django-meta==1.4.1
21-
django-taggit==0.22.2
21+
django-taggit==0.22.2

0 commit comments

Comments
 (0)