From e861a04273d256c83dc84ad49405d468981f9051 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 8 Oct 2025 12:05:27 +0200 Subject: [PATCH] Pin stdeb dependency for dist env Change-Id: I4148171106bb6f09d2e17fbc0eb48f368ffd912f Signed-off-by: garciadeblas --- requirements-dist.in | 2 +- requirements-dist.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dist.in b/requirements-dist.in index 4f8784fd..e6d45db5 100644 --- a/requirements-dist.in +++ b/requirements-dist.in @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -stdeb +stdeb==0.10.2 setuptools-version-command setuptools<60 \ No newline at end of file diff --git a/requirements-dist.txt b/requirements-dist.txt index a46e3213..9fb8953f 100644 --- a/requirements-dist.txt +++ b/requirements-dist.txt @@ -16,7 +16,7 @@ ####################################################################################### setuptools-version-command==99.9 # via -r requirements-dist.in -stdeb==0.11.0 +stdeb==0.10.2 # via -r requirements-dist.in # The following packages are considered to be unsafe in a requirements file: -- 2.25.1