Update dependency sentry-sdk to v1.9.7 #40

Merged
Xefir merged 1 commits from renovate/sentry-sdk-1.x into master 2022-09-02 10:02:48 +00:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -593,7 +593,7 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
[[package]]
name = "sentry-sdk"
version = "1.9.6"
version = "1.9.7"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
@ -759,7 +759,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "b453b031b287583f902ffe4a90c0abd20bd8741f2134e60c98f513c101a112b1"
content-hash = "e074df44e4636c066353890ee2761ed0afdf027e97f11d2e4f18111b2c34d0a1"
[metadata.files]
aiofiles = [
@ -1333,8 +1333,8 @@ requests-oauthlib = [
{file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"},
]
sentry-sdk = [
{file = "sentry-sdk-1.9.6.tar.gz", hash = "sha256:f713f33ff7f82658c30e7e8cdec72c432218e6dd41b0f004905733793bd9719b"},
{file = "sentry_sdk-1.9.6-py2.py3-none-any.whl", hash = "sha256:630faec958e09b1151d88b8655bb749274c6b1acd19baa6f7a5ec3106276f752"},
{file = "sentry-sdk-1.9.7.tar.gz", hash = "sha256:af0987fc074ada4a166bdc7e9d99d1da7811c6107e4b3416c7052ea1adb77dfc"},
{file = "sentry_sdk-1.9.7-py2.py3-none-any.whl", hash = "sha256:d391204a2a59c54b764cd351c44c67eed17b43d51f4dbe3eba48b83b70c93db9"},
]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},

View File

@ -16,7 +16,7 @@ python-dotenv = "0.20.0"
quart = "0.18.0"
requests = "2.28.1"
requests-oauthlib = "1.3.1"
sentry-sdk = "1.9.6"
sentry-sdk = "1.9.7"
[tool.poetry.dev-dependencies]
flake8 = "5.0.4"