From 94e2da00971b48d83950a04e8bb649b76c13fb67 Mon Sep 17 00:00:00 2001 From: Igor Velkov <325961+iav@users.noreply.github.com> Date: Thu, 12 Feb 2026 05:23:38 +0200 Subject: [PATCH] Revert "build(deps): bump setuptools from 80.10.2 to 82.0.0" This reverts commit 1925fa72289a1c11601b9f9ecb7d40daea0863e9. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98e09bc787..abf5b9fbd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # Dependabot will keep these versions up to date. pip == 26.0.1 # pip is the package installer for Python -setuptools == 82.0.0 # for building Python packages +setuptools == 80.10.2 # for building Python packages pyelftools == 0.32 # for building U-Boot unidiff == 0.7.5 # for parsing unified diff GitPython == 3.1.46 # for manipulating git repos