Skip to content

Commit 16d3f33

Browse files
committed
py: Bump requirements versions
Bump python packages to reasonable versions to fix build error with Python 3.12. Link: pytest-dev/pytest#11094 Link: yaml/pyyaml#736 Link: pypa/setuptools#4002 Signed-off-by: Jiaxun Yang <[email protected]>
1 parent 3d11cc6 commit 16d3f33

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

test/py/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pycryptodomex==3.19.1
66
pyelftools==0.27
77
pygit2==1.13.3
88
pyparsing==3.0.7
9-
pytest==6.2.5
10-
pytest-xdist==2.5.0
9+
pytest==7.4.4
10+
pytest-xdist==3.6.1
1111
requests==2.31.0
12-
setuptools==65.5.1
12+
setuptools==70

tools/buildman/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jsonschema==4.17.3
2-
pyyaml==6.0
3-
yamllint==1.26.3
4-
setuptools==65.5.1
1+
jsonschema==4.22.0
2+
pyyaml==6.0.1
3+
yamllint==1.35.1
4+
setuptools==70

0 commit comments

Comments
 (0)