chore(api): update dependency sentry-sdk to v1.12.1
This commit is contained in:
parent
4ecbc8956a
commit
4aba907205
|
@ -3015,14 +3015,14 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "1.12.0"
|
||||
version = "1.12.1"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "sentry-sdk-1.12.0.tar.gz", hash = "sha256:dc0fe6ef2f77a3853b399c75c97d87be7666098817c1c314f8fcdf68a6865914"},
|
||||
{file = "sentry_sdk-1.12.0-py2.py3-none-any.whl", hash = "sha256:3c9bc64025976842c1103cd75d45cff94a7c0cc48fa07770d07a09d2ab8dac30"},
|
||||
{file = "sentry-sdk-1.12.1.tar.gz", hash = "sha256:5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"},
|
||||
{file = "sentry_sdk-1.12.1-py2.py3-none-any.whl", hash = "sha256:9f0b960694e2d8bb04db4ba6ac2a645040caef4e762c65937998ff06064f10d6"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3846,4 +3846,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "550997aa47ca489861e12104fc55948cce6bf26657361a2ba6d6d2696332832d"
|
||||
content-hash = "9a9fca2a1a905ce577724ad0c71944de04578d6871354ee20cfe5a52070267ef"
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue