Zuul: Update 'packaging' version in upper-constraints

'setuptools' version 71 requires 'packaging' version 22.
Updated upper-constraints to comply

This resolves an issue where the controllerconfig-tox-flake8
zuul job running on the starlingx/config repo is failing with [1]

Test Plan:
PASS Change the upper-contraints in [2]
     and observe Zuul's response [3]

Refs:
[1] Error when running setuptools
https://github.com/pypa/setuptools/issues/4483
[2] Link to upper-contraints on failing zuul/tox test
https://opendev.org/starlingx/config/src/branch/master/controllerconfig/controllerconfig/tox.ini#L26
[3] Mock review to test Zuul's response to new upper-constraints
https://review.opendev.org/c/starlingx/config/+/928854

Closes-Bug: 2080423

Change-Id: I40696377eff278a000cea4481831fd1f81d717bb
Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
This commit is contained in:
Leonardo Fagundes Luz Serrano 2024-09-12 14:36:48 -03:00
parent 685c9eaefe
commit c3d354a9da

View File

@ -124,7 +124,9 @@ oslo.upgradecheck===1.1.1
oslo.utils===4.6.0 oslo.utils===4.6.0
oslo.versionedobjects===2.3.0 oslo.versionedobjects===2.3.0
osprofiler===3.4.0 osprofiler===3.4.0
packaging===20.9 #packaging===20.9 # on box
packaging===22.0 # Compatibility with setuptools 71, used on zuul
# https://github.com/pypa/setuptools/issues/4483
pankoclient===1.1.0 pankoclient===1.1.0
paramiko===2.7.2 paramiko===2.7.2
passlib===1.7.4 passlib===1.7.4