From 8a6e721dbd39a9f83b4d5b3764e1803ac32d8646 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Fri, 24 May 2024 15:00:00 +0200 Subject: [PATCH] Update sentry SDK dependency better sooner than later given the extensions; cursory check and reading the 'breaking changes' seems to indicate: all is well --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index caccff7..06b0f38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ gunicorn Django==4.2.* -sentry-sdk==1.32.* +sentry-sdk==2.3.* django-tailwind==3.6.* jsonschema==4.19.* semver==3.0.*