Skip to content

Commit

Permalink
Update cryptography version (#4000)
Browse files Browse the repository at this point in the history
We're using a 2 years old version, let's try to upgrade.
  • Loading branch information
therve authored Jul 2, 2019
1 parent 5c6b71a commit 4e718e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cisco_aci/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cryptography==2.3.1
cryptography==2.7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ asn1crypto==0.24.0
beautifulsoup4==4.5.1
boto==2.46.1
cffi==1.11.5
cryptography==2.3.1
cryptography==2.7
cx_oracle==6.0.1
ddtrace==0.13.0
dnspython==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion http_check/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography==2.3.1
cryptography==2.7
requests_ntlm==1.1.0
2 changes: 1 addition & 1 deletion mysql/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography==2.3.1
cryptography==2.7
pymysql==0.9.3
2 changes: 1 addition & 1 deletion ssh_check/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asn1crypto==0.24.0
cffi==1.11.5
cryptography==2.3.1
cryptography==2.7
enum34==1.1.6
ipaddress==1.0.22; python_version < '3.0'
paramiko==2.1.5
Expand Down
2 changes: 1 addition & 1 deletion tls/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography==2.3.1
cryptography==2.7
ipaddress==1.0.22; python_version < '3.0'
service_identity[idna]==18.1.0

0 comments on commit 4e718e5

Please sign in to comment.