Skip to content

Commit

Permalink
Move to lxml 4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jul 11, 2023
1 parent cccde18 commit d4f1025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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 }}-af19e6047b0ef2d4ffe0d62d6cefdd99
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-d9bdf1825baa12f9a9563eafaa96bbab

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-direct.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
humanize==3.14.0
junitparser==3.1.0
lxml==4.9.2
lxml==4.9.3
psutil==5.9.5
PyGithub==1.58.2
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
humanize==3.14.0
junitparser==3.1.0
future==0.18.3
lxml==4.9.2
lxml==4.9.3
psutil==5.9.5
PyGithub==1.58.2
Deprecated==1.2.13
Expand Down

0 comments on commit d4f1025

Please sign in to comment.