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

This commit is contained in:
Michel Roux 2022-11-23 00:20:30 +00:00
parent 2e085abed7
commit 4a013b7ad2
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -618,7 +618,7 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
[[package]]
name = "sentry-sdk"
version = "1.11.0"
version = "1.11.1"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
@ -789,7 +789,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "56fb52cc14b300e86a1792a39f6589637eb1faf0b6d0e818e8343edec69299a2"
content-hash = "d46b0229fa97d64155e91e11f09e851d17d97eb3347fb4b9595127b99814af2f"
[metadata.files]
aiofiles = [
@ -1407,8 +1407,8 @@ requests-oauthlib = [
{file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"},
]
sentry-sdk = [
{file = "sentry-sdk-1.11.0.tar.gz", hash = "sha256:e7b78a1ddf97a5f715a50ab8c3f7a93f78b114c67307785ee828ef67a5d6f117"},
{file = "sentry_sdk-1.11.0-py2.py3-none-any.whl", hash = "sha256:f467e6c7fac23d4d42bc83eb049c400f756cd2d65ab44f0cc1165d0c7c3d40bc"},
{file = "sentry-sdk-1.11.1.tar.gz", hash = "sha256:675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9"},
{file = "sentry_sdk-1.11.1-py2.py3-none-any.whl", hash = "sha256:8b4ff696c0bdcceb3f70bbb87a57ba84fd3168b1332d493fcd16c137f709578c"},
]
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.11.0"
sentry-sdk = "1.11.1"
uvicorn = "0.20.0"
[tool.poetry.dev-dependencies]