Update dependency sentry-sdk to v1.11.0 (develop)

This commit is contained in:
RenovateBot 2022-11-17 06:33:52 +00:00 committed by Georg Krause
commit 9d84423732
2 changed files with 6 additions and 5 deletions

View file

@ -56,7 +56,7 @@ uvicorn = {version = "==0.19.0", extras = ["standard"]}
django-cache-memoize = "0.1.10"
requests-http-message-signatures = "==0.3.1"
drf-spectacular = "==0.24.2"
sentry-sdk = "==1.10.1"
sentry-sdk = "==1.11.0"
pluralizer = "==1.2.0"
importlib_metadata = {version = "==4.13.0", python = "<=3.7"} # Keep support python 3.7, can be removed if we drop support
dj-rest-auth = {extras = ["with_social"], version = "2.2.5"}