Merge pull request 'Update dependency sentry-sdk to v1.12.1' (#94) from renovate/sentry-sdk-1.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #94
This commit is contained in:
Michel Roux 2022-12-20 00:36:50 +00:00
commit 795c32fb46
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1240,14 +1240,14 @@ rsa = ["oauthlib[signedtoken] (>=3.0.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]
@ -1533,4 +1533,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "5f9ffe0c3973f208ba595fc75d626c690d5920fc21e893b1f0b1fc1ae8b82fa1"
content-hash = "27137002ec32c694f2444841f075776793a0337d9c1f30db94391c00973a416e"

View File

@ -18,7 +18,7 @@ ics = "0.8.0.dev0"
python-dotenv = "0.21.0"
quart = "0.18.3"
requests-oauthlib = "1.3.1"
sentry-sdk = "1.12.0"
sentry-sdk = "1.12.1"
uvicorn = "0.20.0"
[tool.poetry.dev-dependencies]