Skip to content

Commit

Permalink
Downgrading typing_extensions to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 9, 2023
1 parent 0bf5abf commit 5b7e753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 }}-3b6a9d7c6665bfda25c08afe81bddc43
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-df386fe4e04a72c96e140f0566a5c849

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ PyGithub==2.1.1
charset-normalizer==3.3.0
idna==3.4
urllib3==2.0.6
typing_extensions==4.8.0
typing_extensions==4.7.1
urllib3==2.0.6

0 comments on commit 5b7e753

Please sign in to comment.