Update pyScss to 1.4.0
pyscss v1.3.7 doesn't work with python 3.10. So this patch bump pyscss version to latest i.e. v1.4.0 so it can support python 3.10 and consume other fixes included in pyscss v1.4.0. Closes-Bug: #1960204 Depends-On: https://review.opendev.org/c/openstack/requirements/+/830615 Change-Id: I764aa5491df8c8d39f4f168241f91d19ce7fed26
This commit is contained in:
parent
94e4e2df01
commit
e6d46b218c
@ -83,7 +83,7 @@ pymongo==3.0.2
|
||||
pyOpenSSL==19.1.0
|
||||
pyparsing==2.1.0
|
||||
pyperclip==1.5.27
|
||||
pyScss==1.3.7
|
||||
pyScss==1.4.0
|
||||
pytest==5.3.5
|
||||
pytest-django==3.8.0
|
||||
pytest-html==2.0.1
|
||||
|
@ -29,7 +29,7 @@ oslo.upgradecheck>=0.1.1 # Apache-2.0
|
||||
oslo.utils>=4.8.0 # Apache-2.0
|
||||
osprofiler>=2.3.0 # Apache-2.0
|
||||
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
||||
pyScss>=1.3.7 # MIT License
|
||||
pyScss>=1.4.0 # MIT License
|
||||
python-cinderclient>=8.0.0 # Apache-2.0
|
||||
python-glanceclient>=2.8.0 # Apache-2.0
|
||||
python-keystoneclient>=3.22.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user