From 9a25cec39ada8f7c5548b2780a85256d40035fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:18:48 +0000 Subject: [PATCH] Bump sentry-sdk from 2.14.0 to 2.19.2 in /requirements Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.14.0 to 2.19.2. - [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.14.0...2.19.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/production.in | 2 +- requirements/production.txt | 6 +++--- requirements/test.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/production.in b/requirements/production.in index b9d54fa..2345f8d 100644 --- a/requirements/production.in +++ b/requirements/production.in @@ -17,7 +17,7 @@ mozilla-django-oidc==4.0.1 Pillow==10.4.0 psycopg[binary]==3.1.19 requests>=2.31.0 -sentry-sdk==2.14.0 +sentry-sdk==2.19.2 wagtail>=5.2.6,<6 # Wagtail 5.2 is an LTS release wagtail-markdown==0.12.1 wagtail-metadata==5.0.0 diff --git a/requirements/production.txt b/requirements/production.txt index 8450fd8..15947af 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -819,9 +819,9 @@ rsa==4.9 \ --hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \ --hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21 # via google-auth -sentry-sdk==2.14.0 \ - --hash=sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d \ - --hash=sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4 +sentry-sdk==2.19.2 \ + --hash=sha256:467df6e126ba242d39952375dd816fbee0f217d119bf454a8ce74cf1e7909e8d \ + --hash=sha256:ebdc08228b4d131128e568d696c210d846e5b9d70aa0327dec6b1272d9d40b84 # via -r production.in six==1.16.0 \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ diff --git a/requirements/test.txt b/requirements/test.txt index 9dcf0dd..f87cf3d 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -998,9 +998,9 @@ rsa==4.9 \ # via # -r production.txt # google-auth -sentry-sdk==2.14.0 \ - --hash=sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d \ - --hash=sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4 +sentry-sdk==2.19.2 \ + --hash=sha256:467df6e126ba242d39952375dd816fbee0f217d119bf454a8ce74cf1e7909e8d \ + --hash=sha256:ebdc08228b4d131128e568d696c210d846e5b9d70aa0327dec6b1272d9d40b84 # via -r production.txt six==1.16.0 \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \