Skip to content

Commit

Permalink
Upgrade lxml to 5.2.0 (5.2.1 not working for some macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Apr 27, 2024
1 parent 78c6824 commit aa167b1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ runs:
continue-on-error: true
with:
path: ${{ steps.os.outputs.pip-cache }}
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-e594996205319a7990b3a4ec677d10a3
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-a135cd949759650687094470c207f1ac

- name: Create virtualenv
id: venv
Expand Down
8 changes: 4 additions & 4 deletions python/requirements-3.10.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
humanize==4.9.0
junitparser==3.1.2
lxml==5.1.0
lxml==5.2.0
psutil==5.9.8
PyGithub==2.2.0
Deprecated==1.2.14
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
pycparser==2.21
pycparser==2.22
requests==2.31.0
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
idna==3.7
urllib3==2.2.1
typing_extensions==4.10.0
typing_extensions==4.11.0
urllib3==2.2.1
8 changes: 4 additions & 4 deletions python/requirements-3.11.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
humanize==4.9.0
junitparser==3.1.2
lxml==5.1.0
lxml==5.2.0
psutil==5.9.8
PyGithub==2.2.0
Deprecated==1.2.14
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
pycparser==2.21
pycparser==2.22
requests==2.31.0
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
idna==3.7
urllib3==2.2.1
typing_extensions==4.10.0
typing_extensions==4.11.0
urllib3==2.2.1
8 changes: 4 additions & 4 deletions python/requirements-3.12.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
humanize==4.9.0
junitparser==3.1.2
lxml==5.1.0
lxml==5.2.0
psutil==5.9.8
PyGithub==2.2.0
Deprecated==1.2.14
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
pycparser==2.21
pycparser==2.22
requests==2.31.0
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
idna==3.7
urllib3==2.2.1
typing_extensions==4.10.0
typing_extensions==4.11.0
urllib3==2.2.1
4 changes: 2 additions & 2 deletions python/requirements-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ humanize==4.6.0
typing_extensions==4.7.1
zipp==3.15.0
junitparser==3.1.2
lxml==5.1.0
lxml==5.2.0
psutil==5.9.8
PyGithub==2.2.0
Deprecated==1.2.14
Expand All @@ -16,7 +16,7 @@ PyGithub==2.2.0
requests==2.31.0
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
idna==3.7
urllib3==2.0.7
typing_extensions==4.7.1
urllib3==2.0.7
8 changes: 4 additions & 4 deletions python/requirements-3.8.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
humanize==4.9.0
junitparser==3.1.2
lxml==5.1.0
lxml==5.2.0
psutil==5.9.8
PyGithub==2.2.0
Deprecated==1.2.14
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
pycparser==2.21
pycparser==2.22
requests==2.31.0
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
idna==3.7
urllib3==2.2.1
typing_extensions==4.10.0
typing_extensions==4.11.0
urllib3==2.2.1
8 changes: 4 additions & 4 deletions python/requirements-3.9.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
humanize==4.9.0
junitparser==3.1.2
lxml==5.1.0
lxml==5.2.0
psutil==5.9.8
PyGithub==2.2.0
Deprecated==1.2.14
wrapt==1.16.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.16.0
pycparser==2.21
pycparser==2.22
requests==2.31.0
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
idna==3.7
urllib3==2.2.1
typing_extensions==4.10.0
typing_extensions==4.11.0
urllib3==2.2.1
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
humanize==4.6.0; python_version <= '3.7'
humanize==4.9.0; python_version > '3.7'
junitparser==3.1.2
lxml==5.1.0
lxml==5.2.0
psutil==5.9.8
PyGithub==2.2.0

0 comments on commit aa167b1

Please sign in to comment.