From 09a9a43fd00c9f5404f85d9db8e5eaf6527a1776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:30:40 +0000 Subject: [PATCH] Update sentry-sdk requirement from ~=1.44.0 to ~=2.15.0 Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [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.44.0...2.15.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32a258d0..eea89995 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ boto3~=1.34.137 django-storages~=1.13 gunicorn~=21.2.0 psycopg2-binary~=2.9.5 -sentry-sdk~=1.44.0 +sentry-sdk~=2.15.0 ddtrace~=2.9.2 setproctitle~=1.3.2 \ No newline at end of file