Skip to content

Commit 12324cd

Browse files
Bump requirements
The old version of ldap3 was causing ocflib to error
1 parent 3a5113b commit 12324cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ anyjson==0.3.3
33
billiard==3.3.0.23
44
cached-property==1.3.0
55
celery==3.1.17
6-
cffi==1.8.3
6+
cffi==1.9.1
77
cracklib==2.9.3
8-
cryptography==1.5.2
8+
cryptography==1.5.3
99
dnspython==1.15.0
1010
dnspython3==1.15.0
1111
idna==2.1
1212
Jinja2==2.8
1313
kombu==3.0.37
14-
ldap3==1.4.0
14+
ldap3==2.1.1
1515
MarkupSafe==0.23
1616
ocflib
1717
paramiko==2.0.2
@@ -27,6 +27,6 @@ pysnmp==4.3.2
2727
pytz==2016.7
2828
PyYAML==3.12
2929
redis==2.10.5
30-
requests==2.11.1
30+
requests==2.12.1
3131
six==1.10.0
32-
SQLAlchemy==1.1.3
32+
SQLAlchemy==1.1.4

0 commit comments

Comments
 (0)