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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2290>
This commit is contained in:
Renovate Bot 2022-12-17 16:33:12 +00:00
commit ef30a726b0
2 changed files with 6 additions and 5 deletions

View file

@ -73,7 +73,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.11.1"
sentry-sdk = "==1.12.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"}