Skip to content

Commit 0a31e54

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 Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
1 parent ed121e0 commit 0a31e54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/py/requirements.txt

Lines changed: 2 additions & 2 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
1212
setuptools==65.5.1

tools/buildman/requirements.txt

Lines changed: 3 additions & 3 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
1+
jsonschema==4.22.0
2+
pyyaml==6.0.1
3+
yamllint==1.35.1
44
setuptools==65.5.1

0 commit comments

Comments
 (0)