From f2df2c45a4255a9268c543720f663c8bda2e6b40 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 1 Oct 2025 12:50:47 +0200 Subject: [PATCH] Pin stdeb dependency for dist env Change-Id: Ib5b40598d8d13e5f91f420afa56fdfba370e19c3 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 28d0ce1..daa2838 100644 --- a/requirements-dist.in +++ b/requirements-dist.in @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -stdeb +stdeb==0.10.2 setuptools-version-command setuptools<60 pyang diff --git a/requirements-dist.txt b/requirements-dist.txt index ac55c80..379dd51 100644 --- a/requirements-dist.txt +++ b/requirements-dist.txt @@ -20,7 +20,7 @@ pyang==2.7.1 # via -r requirements-dist.in 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