Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
c8ad6618ce | |||
7c41b463f9 | |||
9a113f305e |
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
create_docker:
|
||||
name: Create Docker Image
|
||||
needs: create_release
|
||||
if: ${{ needs.create_release.outputs.success == 'true' }}
|
||||
uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main
|
||||
with:
|
||||
release: ${{ needs.create_release.outputs.release_name }}
|
||||
|
@ -24,7 +24,7 @@ pylint==3.2.5
|
||||
pylint-exit==1.2.0
|
||||
pytest==8.2.2
|
||||
PyYAML==6.0.1
|
||||
setuptools==70.3.0
|
||||
setuptools==71.0.2
|
||||
tomlkit==0.13.0
|
||||
virtualenv==20.26.3
|
||||
wrapt==1.16.0
|
||||
|
@ -9,7 +9,7 @@ pillow==10.4.0
|
||||
PyJWT==2.8.0
|
||||
requests==2.32.3
|
||||
requests-toolbelt==1.0.0
|
||||
sentry-sdk==2.9.0
|
||||
sentry-sdk==2.10.0
|
||||
tomlkit==0.13.0
|
||||
urllib3==2.2.2
|
||||
webex-bot==0.5.1
|
||||
|
Reference in New Issue
Block a user