Bump os-resource-classes deps to 1.0.0

Placement wants to always use the latest os-traits and
os-resource-classes libs. See
Idd4920885b10f0b21b2b67d9526f1048b06f7db5 .

The reason of the os-resource-classes major bump was dropping python 2
support:

$ git log 0.5.0..1.0.0  --oneline
3dd3506 (tag: 1.0.0) Switch to hacking 2.x
b99ab33 setup.cfg: Configure 'python-requires'
50b4160 Stop testing with py2
19b3411 Switch to Ussuri jobs
aaccfd9 Bump the openstackdocstheme extension to 1.20
fcd1be5 Merge "Build pdf docs"
432563f Merge "Update bug link in docs to point to storyboard"
718adcc Update the constraints url
65b74ff Build pdf docs
040e9c1 Update bug link in docs to point to storyboard
367698e Merge "Update api-ref link to canonical location"
d616e55 Update api-ref link to canonical location
8866073 Sync Sphinx requirement
4387894 Update api-ref location

Placement already dropped that so no extra measures needed.

Change-Id: I826ee41f7ef01c936d669024c6802091eb9c3bed
This commit is contained in:
Balazs Gibizer 2021-06-16 09:23:58 +02:00
parent 7e0f288dd4
commit f77a7f9928
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ msgpack-python==0.5.6
netaddr==0.7.18
netifaces==0.10.4
os-client-config==1.29.0
os-resource-classes==0.5.0
os-resource-classes==1.0.0
os-service-types==1.2.0
os-traits==2.5.0
oslo.concurrency==3.26.0

View File

@ -21,6 +21,6 @@ oslo.policy>=3.6.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
oslo.upgradecheck>=1.3.0 # Apache-2.0
# NOTE(efried): Sync lower-constraints.txt for os-traits & os-resource-classes.
os-resource-classes>=0.5.0 # Apache-2.0
os-resource-classes>=1.0.0 # Apache-2.0
os-traits>=2.5.0 # Apache-2.0
microversion-parse>=0.2.1 # Apache-2.0