From c51a3c3d17a2574895336e29f69e328858df2521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:18:57 +0200 Subject: [PATCH] chore(deps): update dependency sentry-sdk to >=1.15.0,<1.31 (#2675) 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 bbd400b09..c818efb08 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.30", + "sentry-sdk>=1.15.0,<1.31", ], }, zip_safe=False, diff --git a/api/setup.py b/api/setup.py index b574e945c..b99be887d 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.30", + "sentry-sdk[django]>=1.15.0,<1.31", ], }, ) diff --git a/playout/setup.py b/playout/setup.py index 390d817af..757f17a66 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.30", + "sentry-sdk>=1.15.0,<1.31", ], }, zip_safe=False, diff --git a/worker/setup.py b/worker/setup.py index e7bacc042..aa31efab7 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.30", + "sentry-sdk>=1.15.0,<1.31", ], }, zip_safe=False,