Skip to content

Commit

Permalink
update dependencies for CVE-2019-11324 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Apr 25, 2019
1 parent bb2182f commit a8921ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ pyasn1==0.4.3 # via pyasn1-modules, rsa
python-dateutil==2.7.3 # via kubernetes
pyyaml==4.2b4
requests-oauthlib==1.0.0 # via kubernetes
requests==2.20.0
requests==2.21.0
rsa==3.4.2 # via google-auth
sanic==0.8.3
six==1.11.0 # via google-auth, grpcio, kubernetes, protobuf, python-dateutil, websocket-client
synse-grpc==1.1.0
ujson==1.35 # via sanic
urllib3==1.23 # via kubernetes, requests
urllib3==1.24.2
uvloop==0.9.1 # via sanic
websocket-client==0.48.0 # via kubernetes
websockets==5.0.1 # via sanic
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
'grpcio',
'kubernetes',
'pyyaml>=4.2b1',
'requests>=2.20.0', # used by 'kubernetes'
'requests>=2.21.0', # used by 'kubernetes'
'urllib3>=1.24.2',
'sanic>=0.8.0',
'synse-grpc>=1.1.0',
],
Expand Down

0 comments on commit a8921ca

Please sign in to comment.