From e6d46b218c04c4486988f2c1a422e7e00b14c2df Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 23 Feb 2022 19:30:19 +0530 Subject: [PATCH] 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 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index f3976063cf..9287221721 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 151359316d..e74b12ce84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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