From b94743cfd080fdf4d1a14ff64f99ce80f09d05fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:35:56 +0000 Subject: [PATCH] Update dependency sentry-sdk to v1.40.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2180da8..a5a2f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "nbgrader==0.8.3", "psycopg2-binary>=2.8.6", "pyjwt<2", - "sentry-sdk==1.14.0", + "sentry-sdk==1.40.4", "sqlalchemy>=1.4,<3", "tornado==6.1", "tornado-prometheus==0.1.1",