Update dependency sentry-sdk to v1.10.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-10-22 10:41:05 +00:00
parent e2beda32e5
commit 988dc05b3d
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -611,7 +611,7 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
[[package]]
name = "sentry-sdk"
version = "1.10.0"
version = "1.10.1"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
@ -781,7 +781,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "7fb616a06923b843de9aad8e055cadcf9555d547cf4f54562213a896ae957319"
content-hash = "fb7f18c5aef05139474c7d8272688179bae9b7645efb833e141184e20b88a505"
[metadata.files]
aiofiles = [
@ -1393,8 +1393,8 @@ requests-oauthlib = [
{file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"},
]
sentry-sdk = [
{file = "sentry-sdk-1.10.0.tar.gz", hash = "sha256:1b965bcdbfe52321bb1307c7c93c74035afdbfceb5f585f01a963327c5befc4e"},
{file = "sentry_sdk-1.10.0-py2.py3-none-any.whl", hash = "sha256:8c648e96e0e2ec5e17ca75a28c442e2f523453fa7cf761ec093f4a656153490e"},
{file = "sentry-sdk-1.10.1.tar.gz", hash = "sha256:105faf7bd7b7fa25653404619ee261527266b14103fe1389e0ce077bd23a9691"},
{file = "sentry_sdk-1.10.1-py2.py3-none-any.whl", hash = "sha256:06c0fa9ccfdc80d7e3b5d2021978d6eb9351fa49db9b5847cf4d1f2a473414ad"},
]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},

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.10.0"
sentry-sdk = "1.10.1"
uvicorn = "0.19.0"
[tool.poetry.dev-dependencies]