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 Sep 21, 2023
1 parent 4ba9b27 commit f45761c
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 @@ -192,7 +192,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 }}-46edb3eddc68bd7f795cb518a9f599c9
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-6ca4d32816ff499719c9ab474caf6c68

- 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==2.0.1rc0
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==2.0.1rc0
Deprecated==1.2.14
Expand Down

0 comments on commit f45761c

Please sign in to comment.