Skip to content

Commit

Permalink
Bump sentry-sdk from 2.13.0 to 2.14.0
Browse files Browse the repository at this point in the history
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.13.0...2.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Oct 4, 2024
1 parent b4c2835 commit 795e219
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ python-dateutil==2.8.2
# -r requirements/prod.txt
# celery
# faker
sentry-sdk==2.13.0
sentry-sdk==2.14.0
# via -r requirements/prod.txt
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ python-dateutil==2.8.2
# -r requirements/prod.txt
# celery
# faker
sentry-sdk==2.13.0
sentry-sdk==2.14.0
# via -r requirements/prod.txt
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ python-dateutil==2.8.2
# celery
# faker
# freezegun
sentry-sdk==2.13.0
sentry-sdk==2.14.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ prompt-toolkit==3.0.43
# via click-repl
python-dateutil==2.8.2
# via celery
sentry-sdk==2.13.0
sentry-sdk==2.14.0
# via -r requirements/prod.in
six==1.16.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ python-dateutil==2.8.2
# celery
# faker
# freezegun
sentry-sdk==2.13.0
sentry-sdk==2.14.0
# via -r requirements/prod.txt
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ python-dateutil==2.8.2
# via
# -r requirements/prod.txt
# celery
sentry-sdk==2.13.0
sentry-sdk==2.14.0
# via -r requirements/prod.txt
six==1.16.0
# via
Expand Down

0 comments on commit 795e219

Please sign in to comment.