From a0ad06bebe3cf47c83eec5468bda6301a1961c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:22:22 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.21.0 to 2.19.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.0 to 2.19.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/1.21.0...2.19.0) --- 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..c1078b2f 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.0 # Postgresql psycopg2==2.9.6 \ No newline at end of file