Update dependency sentry-sdk to v1.9.6
This commit is contained in:
parent
eb3912958b
commit
c52d97c633
21
poetry.lock
generated
21
poetry.lock
generated
@ -24,7 +24,7 @@ multidict = ">=4.5,<7.0"
|
||||
yarl = ">=1.0,<2.0"
|
||||
|
||||
[package.extras]
|
||||
speedups = ["aiodns", "brotli", "cchardet"]
|
||||
speedups = ["Brotli", "aiodns", "cchardet"]
|
||||
|
||||
[[package]]
|
||||
name = "aiosignal"
|
||||
@ -165,7 +165,7 @@ aiohttp = ">=3.7.0,<3.9.0"
|
||||
[package.extras]
|
||||
discord = ["discord-disnake"]
|
||||
docs = ["sphinx (>=4.4.0,<4.5.0)", "sphinx-autobuild (==2021.3.14)", "sphinx-hoverxref (>=1.0.0,<1.1.0)", "sphinxcontrib-trio (==1.1.2)"]
|
||||
speed = ["aiodns (>=1.1)", "brotli", "cchardet", "orjson (>=3.5.4)"]
|
||||
speed = ["Brotli", "aiodns (>=1.1)", "cchardet", "orjson (>=3.5.4)"]
|
||||
voice = ["PyNaCl (>=1.3.0,<1.5)"]
|
||||
|
||||
[[package]]
|
||||
@ -307,7 +307,7 @@ toml = "*"
|
||||
wsproto = ">=0.14.0"
|
||||
|
||||
[package.extras]
|
||||
docs = ["pydata-sphinx-theme"]
|
||||
docs = ["pydata_sphinx_theme"]
|
||||
h3 = ["aioquic (>=0.9.0,<1.0)"]
|
||||
trio = ["trio (>=0.11.0)"]
|
||||
uvloop = ["uvloop"]
|
||||
@ -564,7 +564,7 @@ markupsafe = "*"
|
||||
werkzeug = ">=2.2.0"
|
||||
|
||||
[package.extras]
|
||||
docs = ["pydata-sphinx-theme"]
|
||||
docs = ["pydata_sphinx_theme"]
|
||||
dotenv = ["python-dotenv"]
|
||||
|
||||
[[package]]
|
||||
@ -610,7 +610,7 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "1.9.5"
|
||||
version = "1.9.6"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -618,10 +618,7 @@ python-versions = "*"
|
||||
|
||||
[package.dependencies]
|
||||
certifi = "*"
|
||||
urllib3 = [
|
||||
{version = ">=1.26.9", markers = "python_version >= \"3.5\""},
|
||||
{version = ">=1.26.11", markers = "python_version >= \"3.6\""},
|
||||
]
|
||||
urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""}
|
||||
|
||||
[package.extras]
|
||||
aiohttp = ["aiohttp (>=3.5)"]
|
||||
@ -768,7 +765,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "811663937004f29142a780590abafd61f735f899bc0f231831c7235958f45c36"
|
||||
content-hash = "d503f84a6b48da4b6ef956c0011cb68bbafb03dbf9b6d3b96336468e1b9bbe96"
|
||||
|
||||
[metadata.files]
|
||||
aiofiles = [
|
||||
@ -1346,8 +1343,8 @@ requests-oauthlib = [
|
||||
{file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"},
|
||||
]
|
||||
sentry-sdk = [
|
||||
{file = "sentry-sdk-1.9.5.tar.gz", hash = "sha256:2d7ec7bc88ebbdf2c4b6b2650b3257893d386325a96c9b723adcd31033469b63"},
|
||||
{file = "sentry_sdk-1.9.5-py2.py3-none-any.whl", hash = "sha256:b4b41f90951ed83e7b4c176eef021b19ecba39da5b73aca106c97a9b7e279a90"},
|
||||
{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"},
|
||||
]
|
||||
six = [
|
||||
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
||||
|
@ -13,7 +13,7 @@ python-dotenv = "0.20.0"
|
||||
quart = "0.18.0"
|
||||
requests = "2.28.1"
|
||||
requests-oauthlib = "1.3.1"
|
||||
sentry-sdk = "1.9.5"
|
||||
sentry-sdk = "1.9.6"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "5.0.4"
|
||||
|
Loading…
Reference in New Issue
Block a user