Skip to content

Commit a933a69

Browse files
committed
Update requirements for wallaby release
Updates requirements to what we're using now and revises the lower-constraints file to contain only direct dependencies. Change-Id: I1a3cc999b94dc6b6482b1ca44218b42ee2638a8c
1 parent e87be61 commit a933a69

4 files changed

Lines changed: 18 additions & 70 deletions

File tree

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# process, which may cause wedges in the gate later.
44
# These are needed for docs generation
55
openstackdocstheme>=2.2.1 # Apache-2.0
6-
reno>=3.1.0 # Apache-2.0
6+
reno>=3.2.0 # Apache-2.0
77
sphinx>=2.0.0,!=2.1.0 # BSD

lower-constraints.txt

Lines changed: 9 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,19 @@
1-
asn1crypto==0.23.0
2-
attrs==20.3.0
3-
certifi==2020.6.20
4-
cffi==1.14.2
5-
chardet==3.0.4
6-
cliff==3.4.0
7-
cmd2==1.3.8
8-
colorama==0.4.4
9-
coverage==5.2.1
10-
cryptography==3.1
1+
coverage==5.5
112
ddt==1.4.1
12-
debtcollector==2.2.0
133
doc8==0.8.1
14-
docutils==0.15.2
15-
dulwich==0.20.6
16-
extras==1.0.0
17-
fasteners==0.14.1
4+
docutils==0.16
185
fixtures==3.0.0
19-
future==0.18.2
20-
idna==2.10
21-
iso8601==0.1.12
22-
jsonschema==3.2.0
23-
keystoneauth1==4.2.1
24-
linecache2==1.0.0
25-
mccabe==0.6.0
26-
monotonic==0.6
27-
msgpack-python==0.4.0
28-
netaddr==0.8.0
29-
netifaces==0.10.9
30-
oslo.concurrency==4.3.0
31-
oslo.config==8.3.2
32-
oslo.context==3.1.1
6+
keystoneauth1==4.3.1
337
oslo.i18n==5.0.1
34-
oslo.log==4.4.0
35-
oslo.serialization==4.0.1
36-
oslo.utils==4.7.0
37-
paramiko==2.7.2
8+
oslo.serialization==4.1.0
9+
oslo.utils==4.8.0
3810
pbr==5.5.0
39-
prettytable==0.7.2
40-
pyasn1==0.4.8
41-
pycparser==2.20
42-
pyinotify==0.9.6
43-
pyparsing==2.4.7
44-
pyperclip==1.8.0
45-
python-dateutil==2.8.1
46-
python-mimeparse==1.6.0
47-
python-subunit==1.4.0
48-
pytz==2020.1
49-
PyYAML==5.3.1
11+
PrettyTable==0.7.2
5012
reno==3.2.0
13+
requests==2.25.1
5114
requests-mock==1.2.0
52-
requests==2.23.0
53-
rfc3986==1.4.0
5415
simplejson==3.5.1
55-
stestr==3.0.1
56-
stevedore==3.2.2
16+
stestr==3.1.0
17+
stevedore==3.3.0
5718
tempest==26.0.0
58-
testrepository==0.0.18
5919
testtools==2.4.0
60-
traceback2==1.4.0
61-
unittest2==1.1.0
62-
urllib3==1.25.10
63-
wrapt==1.12.1

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# process, which may cause wedges in the gate later.
44
pbr>=5.5.0 # Apache-2.0
55
PrettyTable>=0.7.2 # BSD
6-
keystoneauth1>=4.2.1 # Apache-2.0
6+
keystoneauth1>=4.3.1 # Apache-2.0
77
simplejson>=3.5.1 # MIT
88
oslo.i18n>=5.0.1 # Apache-2.0
9-
oslo.utils>=4.7.0 # Apache-2.0
10-
requests>=2.23.0 # Apache-2.0
11-
stevedore>=3.2.2 # Apache-2.0
9+
oslo.utils>=4.8.0 # Apache-2.0
10+
requests>=2.25.1 # Apache-2.0
11+
stevedore>=3.3.0 # Apache-2.0

test-requirements.txt

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,13 @@
55

66
hacking>=4.0.0,<4.1.0 # Apache-2.0
77
flake8-import-order # LGPLv3
8-
9-
docutils>=0.15.2
10-
coverage>=5.2.1 # Apache-2.0
8+
docutils>=0.16
9+
coverage>=5.5 # Apache-2.0
1110
ddt>=1.4.1 # MIT
1211
fixtures>=3.0.0 # Apache-2.0/BSD
13-
reno>=3.2.0 # Apache-2.0
1412
requests-mock>=1.2.0 # Apache-2.0
1513
tempest>=26.0.0 # Apache-2.0
1614
testtools>=2.4.0 # MIT
17-
stestr>=3.0.1 # Apache-2.0
18-
oslo.serialization>=4.0.1 # Apache-2.0
15+
stestr>=3.1.0 # Apache-2.0
16+
oslo.serialization>=4.1.0 # Apache-2.0
1917
doc8>=0.8.1 # Apache-2.0
20-
#
21-
# These are here to enable the resolver to work faster.
22-
# They are not directly used by python-cinderclient.
23-
debtcollector>=2.2.0
24-
dulwich>=0.20.6
25-
mccabe>=0.6.0

0 commit comments

Comments
 (0)