1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 03:24:20 +00:00

⬆️ (deps): Bump sentry-sdk from 1.9.3 to 1.9.4

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/1.9.3...1.9.4)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-12 08:32:26 +00:00 committed by Stefano Pigozzi
parent 314e6b3f52
commit efac726a63

98
poetry.lock generated
View file

@ -15,7 +15,7 @@ typing-extensions = ">=3.6.5"
yarl = ">=1.0,<2.0" yarl = ">=1.0,<2.0"
[package.extras] [package.extras]
speedups = ["aiodns", "brotlipy", "cchardet"] speedups = ["cchardet", "brotlipy", "aiodns"]
[[package]] [[package]]
name = "alabaster" name = "alabaster"
@ -86,10 +86,10 @@ optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.extras] [package.extras]
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"] tests_no_zope = ["cloudpickle", "pytest-mypy-plugins", "mypy", "six", "pytest (>=4.3.0)", "pympler", "hypothesis", "coverage[toml] (>=5.0.2)"]
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] tests = ["cloudpickle", "zope.interface", "pytest-mypy-plugins", "mypy", "six", "pytest (>=4.3.0)", "pympler", "hypothesis", "coverage[toml] (>=5.0.2)"]
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "cloudpickle"] docs = ["sphinx-notfound-page", "zope.interface", "sphinx", "furo"]
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "cloudpickle"] dev = ["cloudpickle", "pre-commit", "sphinx-notfound-page", "sphinx", "furo", "zope.interface", "pytest-mypy-plugins", "mypy", "six", "pytest (>=4.3.0)", "pympler", "hypothesis", "coverage[toml] (>=5.0.2)"]
[[package]] [[package]]
name = "babel" name = "babel"
@ -251,9 +251,9 @@ python-versions = ">=3.7"
zipp = ">=0.5" zipp = ">=0.5"
[package.extras] [package.extras]
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"] testing = ["importlib-resources (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-black (>=0.3.7)", "pytest-perf (>=0.9.2)", "flufl.flake8", "pyfakefs", "packaging", "pytest-enabler (>=1.0.1)", "pytest-cov", "pytest-flake8", "pytest-checkdocs (>=2.4)", "pytest (>=6)"]
perf = ["ipython"] perf = ["ipython"]
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"] docs = ["rst.linker (>=1.9)", "jaraco.packaging (>=9)", "sphinx"]
[[package]] [[package]]
name = "importlib-resources" name = "importlib-resources"
@ -430,7 +430,7 @@ optional = false
python-versions = ">=3.6.8" python-versions = ">=3.6.8"
[package.extras] [package.extras]
diagrams = ["railroad-diagrams", "jinja2"] diagrams = ["jinja2", "railroad-diagrams"]
[[package]] [[package]]
name = "pyreadline3" name = "pyreadline3"
@ -459,7 +459,7 @@ py = ">=1.8.2"
toml = "*" toml = "*"
[package.extras] [package.extras]
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] testing = ["xmlschema", "requests", "nose", "mock", "hypothesis (>=3.56)", "argcomplete"]
[[package]] [[package]]
name = "pytest-asyncio" name = "pytest-asyncio"
@ -473,7 +473,7 @@ python-versions = ">= 3.6"
pytest = ">=5.4.0" pytest = ">=5.4.0"
[package.extras] [package.extras]
testing = ["coverage", "hypothesis (>=5.7.1)"] testing = ["hypothesis (>=5.7.1)", "coverage"]
[[package]] [[package]]
name = "python-dateutil" name = "python-dateutil"
@ -509,8 +509,8 @@ idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
urllib3 = ">=1.21.1,<1.27" urllib3 = ">=1.21.1,<1.27"
[package.extras] [package.extras]
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
socks = ["win-inet-pton", "PySocks (>=1.5.6,!=1.5.7)"]
[[package]] [[package]]
name = "royalnet" name = "royalnet"
@ -587,7 +587,7 @@ pyasn1 = ">=0.1.3"
[[package]] [[package]]
name = "sentry-sdk" name = "sentry-sdk"
version = "1.9.3" version = "1.9.4"
description = "Python client for Sentry (https://sentry.io)" description = "Python client for Sentry (https://sentry.io)"
category = "main" category = "main"
optional = false optional = false
@ -596,29 +596,29 @@ python-versions = "*"
[package.dependencies] [package.dependencies]
certifi = "*" certifi = "*"
urllib3 = [ urllib3 = [
{version = ">=1.26.9", markers = "python_version >= \"3.5\""},
{version = ">=1.26.11", markers = "python_version >= \"3.6\""}, {version = ">=1.26.11", markers = "python_version >= \"3.6\""},
{version = ">=1.26.9", markers = "python_version >= \"3.5\""},
] ]
[package.extras] [package.extras]
aiohttp = ["aiohttp (>=3.5)"]
beam = ["apache-beam (>=2.12)"]
bottle = ["bottle (>=0.12.13)"]
celery = ["celery (>=3)"]
chalice = ["chalice (>=1.16.0)"]
django = ["django (>=1.8)"]
falcon = ["falcon (>=1.4)"]
fastapi = ["fastapi (>=0.79.0)"]
flask = ["flask (>=0.11)", "blinker (>=1.1)"]
httpx = ["httpx (>=0.16.0)"]
pure_eval = ["pure-eval", "executing", "asttokens"]
pyspark = ["pyspark (>=2.4.4)"]
quart = ["quart (>=0.16.1)", "blinker (>=1.1)"]
rq = ["rq (>=0.6)"]
sanic = ["sanic (>=0.8)"]
sqlalchemy = ["sqlalchemy (>=1.2)"]
starlette = ["starlette (>=0.19.1)"]
tornado = ["tornado (>=5)"] tornado = ["tornado (>=5)"]
starlette = ["starlette (>=0.19.1)"]
sqlalchemy = ["sqlalchemy (>=1.2)"]
sanic = ["sanic (>=0.8)"]
rq = ["rq (>=0.6)"]
quart = ["blinker (>=1.1)", "quart (>=0.16.1)"]
pyspark = ["pyspark (>=2.4.4)"]
pure_eval = ["asttokens", "executing", "pure-eval"]
httpx = ["httpx (>=0.16.0)"]
flask = ["blinker (>=1.1)", "flask (>=0.11)"]
fastapi = ["fastapi (>=0.79.0)"]
falcon = ["falcon (>=1.4)"]
django = ["django (>=1.8)"]
chalice = ["chalice (>=1.16.0)"]
celery = ["celery (>=3)"]
bottle = ["bottle (>=0.12.13)"]
beam = ["apache-beam (>=2.12)"]
aiohttp = ["aiohttp (>=3.5)"]
[[package]] [[package]]
name = "six" name = "six"
@ -663,9 +663,9 @@ sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = "*" sphinxcontrib-serializinghtml = "*"
[package.extras] [package.extras]
test = ["typed-ast", "cython", "html5lib", "pytest-cov", "pytest"]
lint = ["docutils-stubs", "mypy (>=0.800)", "isort", "flake8 (>=3.5.0)"]
docs = ["sphinxcontrib-websupport"] docs = ["sphinxcontrib-websupport"]
lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.800)", "docutils-stubs"]
test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"]
[[package]] [[package]]
name = "sphinx-rtd-theme" name = "sphinx-rtd-theme"
@ -798,18 +798,18 @@ six = "*"
SQLAlchemy = ">=1.0" SQLAlchemy = ">=1.0"
[package.extras] [package.extras]
arrow = ["arrow (>=0.3.4)"]
babel = ["Babel (>=1.3)"]
color = ["colour (>=0.0.4)"]
encrypted = ["cryptography (>=0.6)"]
intervals = ["intervals (>=0.7.1)"]
password = ["passlib (>=1.6,<2.0)"]
pendulum = ["pendulum (>=2.0.5)"]
phone = ["phonenumbers (>=5.9.2)"]
test = ["pytest (>=2.7.1)", "Pygments (>=1.2)", "Jinja2 (>=2.3)", "docutils (>=0.10)", "flexmock (>=0.9.7)", "mock (==2.0.0)", "psycopg2 (>=2.5.1)", "psycopg2cffi (>=2.8.1)", "pg8000 (>=1.12.4)", "pytz (>=2014.2)", "python-dateutil (>=2.6)", "pymysql", "flake8 (>=2.4.0)", "isort (>=4.2.2)", "pyodbc", "backports.zoneinfo"]
test_all = ["Babel (>=1.3)", "Jinja2 (>=2.3)", "Pygments (>=1.2)", "arrow (>=0.3.4)", "colour (>=0.0.4)", "cryptography (>=0.6)", "docutils (>=0.10)", "flake8 (>=2.4.0)", "flexmock (>=0.9.7)", "furl (>=0.4.1)", "intervals (>=0.7.1)", "isort (>=4.2.2)", "mock (==2.0.0)", "passlib (>=1.6,<2.0)", "pendulum (>=2.0.5)", "pg8000 (>=1.12.4)", "phonenumbers (>=5.9.2)", "psycopg2 (>=2.5.1)", "psycopg2cffi (>=2.8.1)", "pymysql", "pyodbc", "pytest (>=2.7.1)", "python-dateutil", "python-dateutil (>=2.6)", "pytz (>=2014.2)", "backports.zoneinfo"]
timezone = ["python-dateutil"]
url = ["furl (>=0.4.1)"] url = ["furl (>=0.4.1)"]
timezone = ["python-dateutil"]
test_all = ["backports.zoneinfo", "pytz (>=2014.2)", "python-dateutil (>=2.6)", "python-dateutil", "pytest (>=2.7.1)", "pyodbc", "pymysql", "psycopg2cffi (>=2.8.1)", "psycopg2 (>=2.5.1)", "phonenumbers (>=5.9.2)", "pg8000 (>=1.12.4)", "pendulum (>=2.0.5)", "passlib (>=1.6,<2.0)", "mock (==2.0.0)", "isort (>=4.2.2)", "intervals (>=0.7.1)", "furl (>=0.4.1)", "flexmock (>=0.9.7)", "flake8 (>=2.4.0)", "docutils (>=0.10)", "cryptography (>=0.6)", "colour (>=0.0.4)", "arrow (>=0.3.4)", "Pygments (>=1.2)", "Jinja2 (>=2.3)", "Babel (>=1.3)"]
test = ["backports.zoneinfo", "pyodbc", "isort (>=4.2.2)", "flake8 (>=2.4.0)", "pymysql", "python-dateutil (>=2.6)", "pytz (>=2014.2)", "pg8000 (>=1.12.4)", "psycopg2cffi (>=2.8.1)", "psycopg2 (>=2.5.1)", "mock (==2.0.0)", "flexmock (>=0.9.7)", "docutils (>=0.10)", "Jinja2 (>=2.3)", "Pygments (>=1.2)", "pytest (>=2.7.1)"]
phone = ["phonenumbers (>=5.9.2)"]
pendulum = ["pendulum (>=2.0.5)"]
password = ["passlib (>=1.6,<2.0)"]
intervals = ["intervals (>=0.7.1)"]
encrypted = ["cryptography (>=0.6)"]
color = ["colour (>=0.0.4)"]
babel = ["Babel (>=1.3)"]
arrow = ["arrow (>=0.3.4)"]
[[package]] [[package]]
name = "steam" name = "steam"
@ -869,9 +869,9 @@ optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
[package.extras] [package.extras]
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
secure = ["ipaddress", "certifi", "idna (>=2.0.0)", "cryptography (>=1.3.4)", "pyOpenSSL (>=0.14)"]
brotli = ["brotlipy (>=0.6.0)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"]
[[package]] [[package]]
name = "vdf" name = "vdf"
@ -902,8 +902,8 @@ optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
[package.extras] [package.extras]
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] testing = ["pytest-mypy", "pytest-black (>=0.3.7)", "func-timeout", "jaraco.itertools", "pytest-enabler (>=1.0.1)", "pytest-cov", "pytest-flake8", "pytest-checkdocs (>=2.4)", "pytest (>=6)"]
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] docs = ["rst.linker (>=1.9)", "jaraco.packaging (>=8.2)", "sphinx"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
@ -1413,8 +1413,8 @@ rsa = [
{file = "rsa-4.8.tar.gz", hash = "sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17"}, {file = "rsa-4.8.tar.gz", hash = "sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17"},
] ]
sentry-sdk = [ sentry-sdk = [
{file = "sentry-sdk-1.9.3.tar.gz", hash = "sha256:75643a8c656ffd61ea0a37bf4b0b9463825d6043d4fbfd7c80872ab66e4fa06e"}, {file = "sentry-sdk-1.9.4.tar.gz", hash = "sha256:f1e2333d1922dca3f91e57dad872c73b3cc449ac8542867664fb898b2eec342f"},
{file = "sentry_sdk-1.9.3-py2.py3-none-any.whl", hash = "sha256:baac8e9426b7927f95792b1f38c83ae743a62471e92b72fa3ec2d5987609abeb"}, {file = "sentry_sdk-1.9.4-py2.py3-none-any.whl", hash = "sha256:02b7bf195f209f51c9f9458098a8f541dbf82314d21477e68ad841668fcf9a46"},
] ]
six = [ six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},