From f7f4da7ea47278aeb35e033a4e1f92fa142f35ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:02:31 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.21.0 to 2.19.2 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.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/1.21.0...2.19.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- production-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production-requirements.txt b/production-requirements.txt index 3616272b..896f8814 100644 --- a/production-requirements.txt +++ b/production-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt # Sentry for logging -sentry-sdk==1.21.0 +sentry-sdk==2.19.2 # Postgresql psycopg2==2.9.6 \ No newline at end of file