From 39bd40591c339dc05e0273a33c5dce386d16c55c Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 27 Nov 2023 11:05:20 +1000 Subject: [PATCH] Upgrade sentry-sdk to v1.37.1 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 977a12a3f..00037662e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ jsonschema>=4.17.3,<4.18 # v4.17.3 is the last to support Python 3.7 -sentry-sdk==1.36.0,<1.37 +sentry-sdk==1.37.1,<1.38 psutil==5.9.6 distro>=1.8.0 truststore>=0.8.0; python_version >= '3.10' importlib-resources>=1.3; python_version <= '3.9' -