From 5ce9fba70bf14a10a3a56400169b1a9d40f2551f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:10:30 +0000 Subject: [PATCH] chore(deps): update dependency sentry-sdk to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d67964c8886..245433d120d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "redis>=4.6.0,!=5.0.1", "requests>=2.31.0,<2.32", "ruamel.yaml>=0.17.2,<0.19.0", - "sentry-sdk>=1.45.0,<2.0", + "sentry-sdk>=1.45.0,<2.1", "siphashc>=2.1,<3.0", "social-auth-app-django>=5.4.0,<6.0.0", "social-auth-core>=4.5.0,<5.0.0",