Skip to content

Commit 3c0bab2

Browse files
authored
Merge pull request #171 from willemarcel/develop
general dependencies update
2 parents f040352 + fcf7d4e commit 3c0bab2

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

requirements/base.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
django==2.0.13
44

55
# Configuration
6-
django-environ==0.4.4
6+
django-environ==0.4.5
77

88
# Forms
9-
django-braces==1.12.0
9+
django-braces==1.13.0
1010

1111
# Models
12-
django-model-utils==3.1.1
12+
django-model-utils==3.1.2
1313

1414
# For authentication with OSM
1515
social-auth-app-django==2.1.0
@@ -20,30 +20,30 @@ djangorestframework==3.7.7
2020
djangorestframework-gis==0.12
2121
djangorestframework-csv==2.1.0
2222
django-filter==1.0.4
23-
django-rest-swagger==2.1.2
2423
django-cors-headers==2.2.0
24+
django-rest-swagger==2.2.0
2525
# coreapi==2.3.0
2626

2727
# For the persistence stores
28-
psycopg2-binary==2.7.4
28+
psycopg2-binary==2.8.2
2929

3030
# Unicode slugification
3131
unicode-slugify==0.1.3
32-
django-autoslug==1.9.3
32+
django-autoslug==1.9.4
3333

3434
# Time zones support
35-
pytz==2018.4
35+
pytz==2019.1
3636

3737
# Celery support
3838
celery==3.1.25
3939

4040
# Redis support
41-
django-redis==4.9.0
41+
django-redis==4.10.0
4242
redis>=2.10.5
4343

4444
# Your custom requirements go here
45-
PyYAML==4.2b1
45+
PyYAML==5.1
4646
osmcha==0.4.8
4747

4848
# git python is required by the frontend management command
49-
GitPython==2.1.9
49+
GitPython==2.1.11

requirements/local.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Local development dependencies go here
22
-r test.txt
3-
coverage==4.5.1
4-
Sphinx
53
django-extensions==1.9.9
6-
Werkzeug==0.14.1
4+
coverage==4.5.3
5+
Sphinx==2.0.1
6+
Werkzeug==0.15.4
77

88
# django-debug-toolbar that works with Django 1.5+
9-
django-debug-toolbar==1.9.1
10-
sqlparse==0.2.4
9+
django-debug-toolbar==1.11
10+
sqlparse==0.3.0
1111

1212
#shell
13-
bpython==0.17.1
13+
bpython==0.18

requirements/production.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# production that isn't in development.
33
-r base.txt
44

5-
gevent==1.2.2
6-
gunicorn==19.7.1
5+
gevent==1.4.0
6+
gunicorn==19.9.0

requirements/test.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Test dependencies go here.
22
-r base.txt
3-
flake8==3.6.0
4-
django-test-plus==1.1.1
5-
factory-boy==2.11.1
3+
flake8==3.7.7
4+
django-test-plus==1.2.0
5+
factory-boy==2.12.0

0 commit comments

Comments
 (0)