From 564ed3f3ce1475a9faa49e978b9a5439fd6f9870 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 11 Sep 2024 19:49:47 +0200 Subject: [PATCH] Revert "build(deps): bump setuptools from 74.1.0 to 74.1.2" This reverts commit 788d112e580888cfd9de7bbc00e0060c4256892a. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f98466b0..74e32c516 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Always use a fixed version, this is important for correct hashing. # Dependabot will keep these versions up to date. -setuptools == 74.1.2 # for building Python packages +setuptools == 74.1.0 # for building Python packages pyelftools == 0.31 # for building U-Boot unidiff == 0.7.5 # for parsing unified diff GitPython == 3.1.43 # for manipulating git repos