Upgrade stestr version for inclusive jargon
The older versions of stestr (like 2.1.1), had options which made use of some derogatory/non-inclusive terms. These are now in the process of being deprecated, in favour of more succint yet non-discriminative words! The new options are available starting from v3.1.0, which is being added here. Ref: https://github.com/mtreinish/stestr/issues/296 Change-Id: I373de9fd6cc0d95ab5416535e65460917cd1f624
This commit is contained in:
parent
002e070eb7
commit
c5a71ce811
@ -1,56 +1,62 @@
|
||||
Babel==2.8.0
|
||||
cachetools==4.0.0
|
||||
certifi==2020.4.5.1
|
||||
Babel==2.9.0
|
||||
attrs==20.3.0
|
||||
cachetools==4.2.0
|
||||
certifi==2020.12.5
|
||||
chardet==3.0.4
|
||||
cliff==3.1.0
|
||||
cmd2==0.8.9
|
||||
cliff==3.5.0
|
||||
cmd2==1.4.0
|
||||
colorama==0.4.4
|
||||
coverage==4.5.1
|
||||
debtcollector==2.0.1
|
||||
debtcollector==2.2.0
|
||||
extras==1.0.0
|
||||
fixtures==3.0.0
|
||||
future==0.18.2
|
||||
google-auth==1.13.1
|
||||
idna==2.9
|
||||
iso8601==0.1.12
|
||||
google-auth==1.24.0
|
||||
idna==2.10
|
||||
importlib-metadata==3.3.0
|
||||
importlib-resources==3.3.0
|
||||
iso8601==0.1.13
|
||||
kubeconfig==1.0.1
|
||||
kubernetes==10.0.1
|
||||
linecache2==1.0.0
|
||||
monotonic==1.5
|
||||
msgpack==1.0.0
|
||||
netaddr==0.7.19
|
||||
msgpack==1.0.1
|
||||
netaddr==0.8.0
|
||||
netifaces==0.10.9
|
||||
oauthlib==3.1.0
|
||||
oslo.config==6.7.0
|
||||
oslo.context==3.0.2
|
||||
oslo.i18n==4.0.1
|
||||
oslo.context==3.1.1
|
||||
oslo.i18n==5.0.1
|
||||
oslo.log==3.40.1
|
||||
oslo.serialization==3.1.1
|
||||
oslo.utils==4.1.1
|
||||
oslo.serialization==4.0.1
|
||||
oslo.utils==4.7.0
|
||||
packaging==20.8
|
||||
pbr==3.1.1
|
||||
prettytable==0.7.2
|
||||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pyinotify==0.9.6
|
||||
pyparsing==2.4.7
|
||||
pyperclip==1.8.0
|
||||
pytest==5.4.1
|
||||
pyperclip==1.8.1
|
||||
python-dateutil==2.8.1
|
||||
python-mimeparse==1.6.0
|
||||
python-subunit==1.4.0
|
||||
pytz==2019.3
|
||||
pytz==2020.4
|
||||
PyYAML==5.3.1
|
||||
requests==2.23.0
|
||||
requests==2.25.0
|
||||
requests-oauthlib==1.3.0
|
||||
rfc3986==1.4.0
|
||||
rsa==4.0
|
||||
six==1.14.0
|
||||
stestr==2.1.1
|
||||
stevedore==1.32.0
|
||||
rsa==4.6
|
||||
six==1.15.0
|
||||
stestr==3.1.0
|
||||
stevedore==3.3.0
|
||||
testtools==2.4.0
|
||||
traceback2==1.4.0
|
||||
typing-extensions==3.7.4.3
|
||||
unittest2==1.1.0
|
||||
urllib3==1.25.8
|
||||
voluptuous==0.11.7
|
||||
wcwidth==0.1.9
|
||||
urllib3==1.26.2
|
||||
voluptuous==0.12.1
|
||||
wcwidth==0.2.5
|
||||
websocket-client==0.57.0
|
||||
wrapt==1.12.1
|
||||
zipp==3.4.0
|
||||
|
@ -9,4 +9,4 @@ kubernetes==10.0.1
|
||||
oslo.config==6.7.0 # Apache-2.0
|
||||
oslo.log==3.40.1 # Apache-2.0
|
||||
pbr==3.1.1
|
||||
stestr==2.1.1 # Apache-2.0
|
||||
stestr==3.1.0 # Apache-2.0
|
||||
|
@ -14,7 +14,7 @@ coverage==4.5.1 # Apache-2.0
|
||||
pylint==2.4.4
|
||||
python-subunit==1.3.0 # Apache-2.0/BSD
|
||||
oslotest==3.7.0 # Apache-2.0
|
||||
stestr==2.1.1 # Apache-2.0
|
||||
stestr==3.1.0 # Apache-2.0
|
||||
testtools==2.3.0 # MIT
|
||||
mock==3.0.5
|
||||
nose==1.3.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user