From 0b40ee47cd1879fbfd6b4906a5ea100818c9b52f Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Wed, 15 Feb 2023 18:05:19 +0000 Subject: [PATCH] Debian: Update urllib version in upper-constraints The urllib that is currently being deployed was not the same as the upper-constraints. This only affects tox. This is tested by setting export UPPER_CONSTRAINTS_FILE= since tox will use that env variable rather than the URL Test Plan: Pass: tox (sysinv) Story: 2010642 Task: 47732 Signed-off-by: Al Bailey Change-Id: I6c5dda829b7a9623be329456f160b98e6e9129d9 --- build-tools/requirements/debian/upper-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/requirements/debian/upper-constraints.txt b/build-tools/requirements/debian/upper-constraints.txt index 49aedabf..a062a2f0 100644 --- a/build-tools/requirements/debian/upper-constraints.txt +++ b/build-tools/requirements/debian/upper-constraints.txt @@ -184,7 +184,7 @@ pytz===2021.1 uhashring===1.2 ujson===4.0.2 unittest2===1.1.0 -urllib3===1.26.4 +urllib3===1.26.5 urwid===2.1.2 vine===5.0.0 waitress===1.4.4