Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit ccd4387

Browse files
authored
Merge pull request #1314 from mboersma/update-requirements
chore(requirements): update support libraries
2 parents 8e44ceb + b79a32a commit ccd4387

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

rootfs/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Run "make test-unit" for the % of code exercised during tests
2-
coverage==4.3.4
2+
coverage==4.4.1
33

44
# Run "make test-style" to check python syntax and style
55
flake8==3.3.0

rootfs/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Deis controller requirements
22
backoff==1.4.3
33
Django==1.11.3
4-
django-auth-ldap==1.2.12
4+
django-auth-ldap==1.2.14
55
django-cors-middleware==1.3.1
6-
django-guardian==1.4.8
6+
django-guardian==1.4.9
77
djangorestframework==3.6.3
88
docker-py==1.10.6
99
gunicorn==19.7.1
1010
idna==2.5
1111
jmespath==0.9.3
12-
jsonfield==2.0.1
12+
jsonfield==2.0.2
1313
jsonschema==2.6.0
1414
morph==0.1.2
1515
ndg-httpsclient==0.4.2
1616
packaging==16.8
1717
pyasn1==0.2.3
1818
psycopg2==2.7.1
19-
pyldap==2.4.35.1
20-
pyOpenSSL==17.0.0
19+
pyldap==2.4.37
20+
pyOpenSSL==17.2.0
2121
pytz==2017.2
22-
requests==2.14.2
22+
requests==2.18.2
2323
requests-toolbelt==0.8.0

0 commit comments

Comments
 (0)