diff options
author | 2023-03-03 07:32:27 +0000 | |
---|---|---|
committer | 2023-03-03 07:32:27 +0000 | |
commit | 807deba643eb926e31c8617c846f88d4d6b8c579 (patch) | |
tree | 1f3842cc97dacd0f34840a5e40c8122e8380035a | |
parent | Bump python-dotenv from 0.21.1 to 1.0.0 (#1216) (diff) |
Bump sentry-sdk from 1.15.0 to 1.16.0 (#1220)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 9 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index ac83af0d..d0b16a4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1638,14 +1638,14 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "sentry-sdk" -version = "1.15.0" +version = "1.16.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.15.0.tar.gz", hash = "sha256:69ecbb2e1ff4db02a06c4f20f6f69cb5dfe3ebfbc06d023e40d77cf78e9c37e7"}, - {file = "sentry_sdk-1.15.0-py2.py3-none-any.whl", hash = "sha256:7ad4d37dd093f4a7cb5ad804c6efe9e8fab8873f7ffc06042dc3f3fd700a93ec"}, + {file = "sentry-sdk-1.16.0.tar.gz", hash = "sha256:a900845bd78c263d49695d48ce78a4bce1030bbd917e0b6cc021fc000c901113"}, + {file = "sentry_sdk-1.16.0-py2.py3-none-any.whl", hash = "sha256:633edefead34d976ff22e7edc367cdf57768e24bc714615ccae746d9d91795ae"}, ] [package.dependencies] @@ -1654,6 +1654,7 @@ urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} [package.extras] aiohttp = ["aiohttp (>=3.5)"] +arq = ["arq (>=0.23)"] beam = ["apache-beam (>=2.12)"] bottle = ["bottle (>=0.12.13)"] celery = ["celery (>=3)"] @@ -1936,4 +1937,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "39e18b538d0fafd9d663aa2d4aec45eb15024958d35f07f52624c697641f9375" +content-hash = "5c160ac2c350e6d48c4572751b131fe6b493aa5cf2a1f4643b56d7b74fea0bac" diff --git a/pyproject.toml b/pyproject.toml index 96c20284..a00645e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ rapidfuzz = "2.13.7" arrow = "1.2.3" beautifulsoup4 = "4.11.2" pillow = "9.4.0" -sentry-sdk = "1.15.0" +sentry-sdk = "1.16.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |