From 69599388ee3d2f422f140b79f794a0a6ea338ae2 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 8 Oct 2025 08:51:29 +0200 Subject: [PATCH] Pin stdeb dependency for dist env Change-Id: I0fe5b9bc08b2bea8b6f43f04cb3b998c08d11ac5 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 4f8784f..e6d45db 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 a46e321..9fb8953 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