chore(api): update dependency sentry-sdk to v1.12.1

This commit is contained in:
Renovate Bot 2022-12-19 17:33:12 +00:00
commit 4aba907205
2 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@ uvicorn = {version = "==0.20.0", extras = ["standard"]}
django-cache-memoize = "0.1.10"
requests-http-message-signatures = "==0.3.1"
drf-spectacular = "==0.25.1"
sentry-sdk = "==1.12.0"
sentry-sdk = "==1.12.1"
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"}