5 Commits

Author SHA1 Message Date
d514ab42d7 chore(pip-dev)(deps-dev): bump setuptools in the pip group
Bumps the pip group with 1 update: [setuptools](https://github.com/pypa/setuptools).


Updates `setuptools` from 71.0.3 to 71.0.4
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v71.0.3...v71.0.4)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 23:45:36 +01:00
ec47bbbf9a chore(pip-dev)(deps-dev): bump setuptools from 71.0.2 to 71.0.3
Bumps [setuptools](https://github.com/pypa/setuptools) from 71.0.2 to 71.0.3.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v71.0.2...v71.0.3)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 23:33:02 +01:00
c8ad6618ce chore(pip-dev)(deps-dev): bump setuptools from 70.3.0 to 71.0.2
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 71.0.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v70.3.0...v71.0.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 17:28:11 +01:00
7c41b463f9 ops(release): stop release flow if no release created 2024-07-16 19:16:45 +01:00
9a113f305e chore(pip-prod)(deps): bump sentry-sdk from 2.9.0 to 2.10.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.9.0...2.10.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 18:49:51 +01:00
3 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ jobs:
create_docker: create_docker:
name: Create Docker Image name: Create Docker Image
needs: create_release needs: create_release
if: ${{ needs.create_release.outputs.success == 'true' }}
uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main
with: with:
release: ${{ needs.create_release.outputs.release_name }} release: ${{ needs.create_release.outputs.release_name }}

View File

@ -24,7 +24,7 @@ pylint==3.2.5
pylint-exit==1.2.0 pylint-exit==1.2.0
pytest==8.2.2 pytest==8.2.2
PyYAML==6.0.1 PyYAML==6.0.1
setuptools==70.3.0 setuptools==71.0.4
tomlkit==0.13.0 tomlkit==0.13.0
virtualenv==20.26.3 virtualenv==20.26.3
wrapt==1.16.0 wrapt==1.16.0

View File

@ -9,7 +9,7 @@ pillow==10.4.0
PyJWT==2.8.0 PyJWT==2.8.0
requests==2.32.3 requests==2.32.3
requests-toolbelt==1.0.0 requests-toolbelt==1.0.0
sentry-sdk==2.9.0 sentry-sdk==2.10.0
tomlkit==0.13.0 tomlkit==0.13.0
urllib3==2.2.2 urllib3==2.2.2
webex-bot==0.5.1 webex-bot==0.5.1