From ef5ad8701a27516370bf4b43efe3311e3d2dac26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:34:20 +0000 Subject: [PATCH] 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 41b7d4344a43..4339be3d6d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "redis>=5.0.2,<5.1.0", "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",