Bump python packages to reasonable versions to fix build
error with Python 3.12.

Link: https://github.com/pytest-dev/pytest/pull/11094
Link: https://github.com/yaml/pyyaml/issues/736
Link: https://github.com/pypa/setuptools/issues/4002
Signed-off-by: Jiaxun Yang <jiaxun.y...@flygoat.com>
---
 test/py/requirements.txt        | 6 +++---
 tools/buildman/requirements.txt | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index f24a842bfe6f..b7658d66665d 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -6,7 +6,7 @@ pycryptodomex==3.19.1
 pyelftools==0.27
 pygit2==1.13.3
 pyparsing==3.0.7
-pytest==6.2.5
-pytest-xdist==2.5.0
+pytest==7.4.4
+pytest-xdist==3.6.1
 requests==2.31.0
-setuptools==65.5.1
+setuptools==70
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
index 350da42c0ebf..2b40d8e2499a 100644
--- a/tools/buildman/requirements.txt
+++ b/tools/buildman/requirements.txt
@@ -1,4 +1,4 @@
-jsonschema==4.17.3
-pyyaml==6.0
-yamllint==1.26.3
-setuptools==65.5.1
+jsonschema==4.22.0
+pyyaml==6.0.1
+yamllint==1.35.1
+setuptools==70

-- 
2.43.0

Reply via email to