Skip to content

Commit

Permalink
updating dependency versions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haigh <[email protected]>
  • Loading branch information
MichaelHaigh committed Dec 4, 2023
1 parent 082e657 commit df522be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build package
run: python -m build --wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf

docker-image:
needs: python-package
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PyYAML>=6.0.0,<=6.0.1
requests==2.31.0
tabulate>=0.8.9,<=0.9.0
termcolor<3.0
urllib3>=1.26.8,<=2.0.4
urllib3>=1.26.8,<=2.1.0

0 comments on commit df522be

Please sign in to comment.