From f2fc9c138b61890e453079efcf7e4e26fd9697a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:02:54 +0200 Subject: [PATCH] chore(deps): update dependency sentry-sdk to >=1.15.0,<1.33 (#2748) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- analyzer/setup.py | 2 +- api/setup.py | 2 +- playout/setup.py | 2 +- worker/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/analyzer/setup.py b/analyzer/setup.py index 8d8e310e8..c1d16a04c 100644 --- a/analyzer/setup.py +++ b/analyzer/setup.py @@ -31,7 +31,7 @@ setup( "types-requests>=2.31.0,<2.32", ], "sentry": [ - "sentry-sdk>=1.15.0,<1.32", + "sentry-sdk>=1.15.0,<1.33", ], }, zip_safe=False, diff --git a/api/setup.py b/api/setup.py index 51682326c..0938dcbc8 100644 --- a/api/setup.py +++ b/api/setup.py @@ -48,7 +48,7 @@ setup( "requests-mock>=1.10.0,<1.12", ], "sentry": [ - "sentry-sdk[django]>=1.15.0,<1.32", + "sentry-sdk[django]>=1.15.0,<1.33", ], }, ) diff --git a/playout/setup.py b/playout/setup.py index cd3a836ad..a0e831a88 100644 --- a/playout/setup.py +++ b/playout/setup.py @@ -42,7 +42,7 @@ setup( "types-requests>=2.31.0,<2.32", ], "sentry": [ - "sentry-sdk>=1.15.0,<1.32", + "sentry-sdk>=1.15.0,<1.33", ], }, zip_safe=False, diff --git a/worker/setup.py b/worker/setup.py index 66b79cd09..342fbc839 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -26,7 +26,7 @@ setup( "types-requests>=2.31.0,<2.32", ], "sentry": [ - "sentry-sdk>=1.15.0,<1.32", + "sentry-sdk>=1.15.0,<1.33", ], }, zip_safe=False,