diff options
author | 2023-02-09 17:42:49 +0000 | |
---|---|---|
committer | 2023-02-09 17:42:49 +0000 | |
commit | 0a2aa2b61bce224f6783357aebfdd5eb0550b3b8 (patch) | |
tree | e1473a757921e745812b3b580b205aeb0206cd01 | |
parent | Merge pull request #1202 from thurisatic/apr-earthday (diff) |
Bump sentry-sdk from 1.14.0 to 1.15.0 (#1206)
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 61b84005..507579e2 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.14.0" +version = "1.15.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.14.0.tar.gz", hash = "sha256:273fe05adf052b40fd19f6d4b9a5556316807246bd817e5e3482930730726bb0"}, - {file = "sentry_sdk-1.14.0-py2.py3-none-any.whl", hash = "sha256:72c00322217d813cf493fe76590b23a757e063ff62fec59299f4af7201dd4448"}, + {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"}, ] [package.dependencies] @@ -1663,6 +1663,7 @@ falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] httpx = ["httpx (>=0.16.0)"] +huey = ["huey (>=2)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] pure-eval = ["asttokens", "executing", "pure-eval"] pymongo = ["pymongo (>=3.1)"] @@ -1935,4 +1936,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "f7a8e789e050c6a2fb4e5645771d2588b36a7cae0426702ea93a3283694c8f17" +content-hash = "1617bb09a1683226ffcb75d7667fd94009dd4926a89156e06a0d131c70f602f2" diff --git a/pyproject.toml b/pyproject.toml index 1a78d57b..c3d36c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ rapidfuzz = "2.13.7" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.4.0" -sentry-sdk = "1.14.0" +sentry-sdk = "1.15.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |