From b1d2ec37faacfc815c9797c7a9db4841be669724 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 8 Oct 2024 13:25:56 +0200 Subject: [PATCH] Update the sentry-sdk we use recommended by dependabot; 'should not be a problem' (i.e. we just use this for dogfooding, not in our actual code-paths) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62d54e0..4226d2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ gunicorn Django==4.2.* -sentry-sdk==2.3.* +sentry-sdk==2.15.* django-tailwind==3.6.* jsonschema==4.19.* semver==3.0.*