Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade lxml to 5.2.0 (5.2.1 not working for some macOS) #593

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,13 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Setup Python
if: matrix.python == 'venv'
uses: actions/setup-python@v5
with:
# install Python for installing virtualenv
python-version: "3.10"

- name: Install virtualenv
if: matrix.python == 'venv'
run: python3 -m pip install virtualenv
Expand Down
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
2 changes: 1 addition & 1 deletion linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ runs:
continue-on-error: true
with:
path: '~/.cache/pip'
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
2 changes: 1 addition & 1 deletion macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ runs:
continue-on-error: true
with:
path: '~/Library/Caches/pip'
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-post-3.7.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
Expand Down
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
2 changes: 1 addition & 1 deletion windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ runs:
continue-on-error: true
with:
path: '~\AppData\Local\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
2 changes: 1 addition & 1 deletion windows/bash/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ runs:
continue-on-error: true
with:
path: '~\AppData\Local\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