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
parent 6c96975d9c
commit ef30a726b0
2 changed files with 6 additions and 5 deletions

9
api/poetry.lock generated
View File

@ -3015,14 +3015,14 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"]
[[package]] [[package]]
name = "sentry-sdk" name = "sentry-sdk"
version = "1.11.1" version = "1.12.0"
description = "Python client for Sentry (https://sentry.io)" description = "Python client for Sentry (https://sentry.io)"
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "sentry-sdk-1.11.1.tar.gz", hash = "sha256:675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9"}, {file = "sentry-sdk-1.12.0.tar.gz", hash = "sha256:dc0fe6ef2f77a3853b399c75c97d87be7666098817c1c314f8fcdf68a6865914"},
{file = "sentry_sdk-1.11.1-py2.py3-none-any.whl", hash = "sha256:8b4ff696c0bdcceb3f70bbb87a57ba84fd3168b1332d493fcd16c137f709578c"}, {file = "sentry_sdk-1.12.0-py2.py3-none-any.whl", hash = "sha256:3c9bc64025976842c1103cd75d45cff94a7c0cc48fa07770d07a09d2ab8dac30"},
] ]
[package.dependencies] [package.dependencies]
@ -3040,6 +3040,7 @@ falcon = ["falcon (>=1.4)"]
fastapi = ["fastapi (>=0.79.0)"] fastapi = ["fastapi (>=0.79.0)"]
flask = ["blinker (>=1.1)", "flask (>=0.11)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"]
httpx = ["httpx (>=0.16.0)"] httpx = ["httpx (>=0.16.0)"]
opentelemetry = ["opentelemetry-distro (>=0.350b0)"]
pure-eval = ["asttokens", "executing", "pure-eval"] pure-eval = ["asttokens", "executing", "pure-eval"]
pymongo = ["pymongo (>=3.1)"] pymongo = ["pymongo (>=3.1)"]
pyspark = ["pyspark (>=2.4.4)"] pyspark = ["pyspark (>=2.4.4)"]
@ -3845,4 +3846,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "030c177c43db85b86c643094f839eb41f8d6c5d4027df25230e6953a15034211" content-hash = "49194fbda98a043fcbd62da970ef68c46dffd16ea2fee24010ecd208f8d36d3e"

View File

@ -73,7 +73,7 @@ uvicorn = {version = "==0.20.0", extras = ["standard"]}
django-cache-memoize = "0.1.10" django-cache-memoize = "0.1.10"
requests-http-message-signatures = "==0.3.1" requests-http-message-signatures = "==0.3.1"
drf-spectacular = "==0.25.1" drf-spectacular = "==0.25.1"
sentry-sdk = "==1.11.1" sentry-sdk = "==1.12.0"
pluralizer = "==1.2.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 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"} dj-rest-auth = {extras = ["with_social"], version = "2.2.5"}