Skip to content

Commit

Permalink
Update urllib3 and charset-normalizer, remove unused dependencies (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent a23f810 commit 560aeb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 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 }}-df386fe4e04a72c96e140f0566a5c849

- 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.16
PyGithub==2.1.1
8 changes: 5 additions & 3 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
Expand All @@ -14,6 +14,8 @@ PyGithub==2.0.1rc0
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.16
urllib3==2.0.6
typing_extensions==4.7.1
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 560aeb0

Please sign in to comment.