4 Commits

Author SHA1 Message Date
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
82b3ad2a63 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-15 17:22:05 +01:00
5 changed files with 8 additions and 7 deletions

View File

@ -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 }}

8
poetry.lock generated
View File

@ -781,13 +781,13 @@ requests = ">=2.0.1,<3.0.0"
[[package]]
name = "sentry-sdk"
version = "2.9.0"
version = "2.10.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
{file = "sentry_sdk-2.9.0-py2.py3-none-any.whl", hash = "sha256:0bea5fa8b564cc0d09f2e6f55893e8f70286048b0ffb3a341d5b695d1af0e6ee"},
{file = "sentry_sdk-2.9.0.tar.gz", hash = "sha256:4c85bad74df9767976afb3eeddc33e0e153300e887d637775a753a35ef99bee6"},
{file = "sentry_sdk-2.10.0-py2.py3-none-any.whl", hash = "sha256:87b3d413c87d8e7f816cc9334bff255a83d8b577db2b22042651c30c19c09190"},
{file = "sentry_sdk-2.10.0.tar.gz", hash = "sha256:545fcc6e36c335faa6d6cda84669b6e17025f31efbf3b2211ec14efe008b75d1"},
]
[package.dependencies]
@ -1012,4 +1012,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "24e3fe9cafe78a0881ddec696466ef288fba4b7668e99b7b4f3b10950c133213"
content-hash = "f849ec7dc947de7a7e9f60d70c432d9b87b9e8c2e1fb180ce7db70a296c6f436"

View File

@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.11.2"
webex-bot = "^0.5.1"
pillow = "^10.4.0"
sentry-sdk = "^2.9.0"
sentry-sdk = "^2.10.0"
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"

View File

@ -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

View File

@ -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