Skip to content

Commit

Permalink
py: Bump requirements versions
Browse files Browse the repository at this point in the history
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 <jiaxun.yang@flygoat.com>
  • Loading branch information
FlyGoat committed Jun 11, 2024
1 parent 3d11cc6 commit 16d3f33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions test/py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions tools/buildman/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 16d3f33

Please sign in to comment.