Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
This fixes the rest of the CVEs.
  • Loading branch information
Oz Tiram committed Nov 7, 2019
1 parent 7d1f663 commit b0964d0
Showing 1 changed file with 65 additions and 59 deletions.
124 changes: 65 additions & 59 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,73 +1,79 @@
-i https://pypi.python.org/simple
adal==1.2.1
appdirs==1.4.3
asn1crypto==0.24.0
babel==2.5.3
cachetools==3.1.0
certifi==2018.1.18
cffi==1.12.2
attrs==19.3.0
babel==2.7.0
cachetools==3.1.1
certifi==2019.9.11
cffi==1.13.2
chardet==3.0.4
cliff==2.11.0
cmd2==0.8.4
cryptography==2.6.1
debtcollector==1.19.0
decorator==4.2.1
deprecation==2.0.2
dogpile.cache==0.6.5
google-auth==1.6.3
idna==2.6
cliff==2.16.0
cmd2==0.8.9
cryptography==2.8
debtcollector==1.22.0
decorator==4.4.1
deprecation==2.0.7
dogpile.cache==0.9.0
google-auth==1.7.0
idna==2.8
importlib-metadata==0.23
iso8601==0.1.12
jmespath==0.9.3
jsonpatch==1.23
jmespath==0.9.4
jsonpatch==1.24
jsonpointer==2.0
jsonschema==2.6.0
keystoneauth1==3.13.1
kubernetes==10.0.0a1
jsonschema==3.1.1
keystoneauth1==3.18.0
kubernetes==10.0.1
mach.py==0.4.2
monotonic==1.4
msgpack==0.5.6
munch==2.3.1
monotonic==1.5
more-itertools==7.2.0
msgpack==0.6.2
munch==2.5.0
netaddr==0.7.19
netifaces==0.10.6
oauthlib==3.0.1
openstacksdk==0.26.0
os-client-config==1.29.0
os-service-types==1.2.0
osc-lib==1.10.0
oslo.config==6.0.2
oslo.i18n==3.20.0
oslo.serialization==2.25.0
oslo.utils==3.36.0
packaging==19.0
pbr==4.0.2
netifaces==0.10.9
oauthlib==3.1.0
openstacksdk==0.37.0
os-client-config==1.33.0
os-service-types==1.7.0
osc-lib==1.14.1
oslo.config==6.11.1
oslo.context==2.23.0
oslo.i18n==3.24.0
oslo.log==3.44.1
oslo.serialization==2.29.2
oslo.utils==3.41.2
packaging==19.2
pbr==5.4.3
prettytable==0.7.2
pyasn1-modules==0.2.4
pyasn1==0.4.5
pyasn1-modules==0.2.7
pyasn1==0.4.7
pycparser==2.19
pyjwt==1.7.1
pyinotify==0.9.6 ; sys_platform != 'win32' and sys_platform != 'darwin' and sys_platform != 'sunos5'
pyopenssl==19.0.0
pyparsing==2.2.0
pyperclip==1.6.0
python-cinderclient==3.5.0
python-dateutil==2.8.0
python-glanceclient==2.16.0
python-keystoneclient==3.19.0
python-neutronclient==6.8.0
python-novaclient==10.1.0
python-octaviaclient==1.8.0
python-openstackclient==3.18.0
pytz==2018.4
pyyaml==3.13
requests-oauthlib==1.2.0
requests==2.18.4
pyparsing==2.4.4
pyperclip==1.7.0
pyrsistent==0.15.5
python-cinderclient==5.0.0
python-dateutil==2.8.1
python-gitlab==1.13.0
python-glanceclient==2.17.0
python-keystoneclient==3.22.0
python-neutronclient==6.14.0
python-novaclient==16.0.0
python-octaviaclient==1.11.0
python-openstackclient==4.0.0
pytz==2019.3
pyyaml==5.1.2
requests-oauthlib==1.3.0
requests==2.22.0
requestsexceptions==1.4.0
rfc3986==1.1.0
rfc3986==1.3.2
rsa==4.0
simplejson==3.13.2
six==1.12.0
stevedore==1.28.0
urllib3==1.22
warlock==1.3.0
simplejson==3.16.0
six==1.13.0
stevedore==1.31.0
urllib3==1.25.6
warlock==1.3.3
wcwidth==0.1.7
websocket-client==0.56.0
wrapt==1.10.11
wrapt==1.11.2
zipp==0.6.0

0 comments on commit b0964d0

Please sign in to comment.