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' -