Skip to content

Commit

Permalink
Remove unused dependencies, update pygithub dependencies and cache ke…
Browse files Browse the repository at this point in the history
…y in composite action
  • Loading branch information
EnricoMi committed Oct 9, 2023
1 parent b153158 commit d3352ba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,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 }}-6ca4d32816ff499719c9ab474caf6c68
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-f51439db6a5791cdfbb4ca67efd0755e

- name: Install Python dependencies
run: |
Expand Down
4 changes: 1 addition & 3 deletions python/requirements-direct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ humanize==3.14.0
junitparser==3.1.0
lxml==4.9.3
psutil==5.9.5
PyGithub==2.0.1rc0
requests==2.31.0
urllib3==1.26.17
PyGithub==2.1.1
10 changes: 6 additions & 4 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ junitparser==3.1.0
future==0.18.3
lxml==4.9.3
psutil==5.9.5
PyGithub==2.0.1rc0
PyGithub==2.1.1
Deprecated==1.2.14
wrapt==1.15.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.15.1
cffi==1.16.0
pycparser==2.21
python-dateutil==2.8.2
six==1.16.0
requests==2.31.0
certifi==2023.7.22
charset-normalizer==3.2.0
charset-normalizer==3.3.0
idna==3.4
urllib3==1.26.17
urllib3==2.0.6
typing_extensions==4.8.0
urllib3==2.0.6
1 change: 0 additions & 1 deletion python/test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ prettyprinter
pytest
pyyaml>=5.1
requests
urllib3<2.0.0

0 comments on commit d3352ba

Please sign in to comment.