From fc061c319d031858d58d1465a306bcbd6fd02166 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 7 Mar 2025 18:58:09 +0100 Subject: [PATCH] Use releases.openstack.org instead of opendev.org This is a more stable URL that will redirect to the correct location. Change-Id: I49d0053871da92a46e86056f6e23a3110c3e7b0d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3b7cf64e..389d55e2 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = [testenv:bandit] basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt commands = bandit -r magnumclient -x tests -n5 -ll