From 137fdbccf525681e3bb0ec57e7c156f4bae8345c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:11:54 +0000 Subject: [PATCH] Update sentry-sdk requirement from ~=1.28.1 to ~=1.30.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.28.1...1.30.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 12fc5807..860d3c25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ boto3~=1.28.10 django-storages~=1.13 gunicorn~=20.1.0 psycopg2-binary~=2.9.5 -sentry-sdk~=1.28.1 +sentry-sdk~=1.30.0 ddtrace~=1.9.4 setproctitle~=1.3.2 \ No newline at end of file