diff options
author | 2022-11-20 20:01:50 +0000 | |
---|---|---|
committer | 2022-11-20 20:01:50 +0000 | |
commit | 5d772234353488c9ca3ed5317a12007fa726b86b (patch) | |
tree | 1aee58b7bdbe552b326b01fe7cf0d661074ebde6 | |
parent | Bump pip-licenses from 4.0.0 to 4.0.1 (#1149) (diff) |
Bump sentry-sdk from 1.10.1 to 1.11.0 (#1150)
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 da7124dc..1d9a8de2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -740,7 +740,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "sentry-sdk" -version = "1.10.1" +version = "1.11.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -762,6 +762,7 @@ fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] httpx = ["httpx (>=0.16.0)"] pure-eval = ["asttokens", "executing", "pure-eval"] +pymongo = ["pymongo (>=3.1)"] pyspark = ["pyspark (>=2.4.4)"] quart = ["blinker (>=1.1)", "quart (>=0.16.1)"] rq = ["rq (>=0.6)"] @@ -922,7 +923,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.10.*" -content-hash = "59eb9449a68f35964d2f5c03d4ea6e1f161109b0764c327f6568ff6e1a7d0da1" +content-hash = "866416c46fd952683dbcf234dfeba54ec99f249e47eb06d89278a9fe85b31b44" [metadata.files] aiodns = [ @@ -1812,8 +1813,8 @@ redis = [ {file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.10.1.tar.gz", hash = "sha256:105faf7bd7b7fa25653404619ee261527266b14103fe1389e0ce077bd23a9691"}, - {file = "sentry_sdk-1.10.1-py2.py3-none-any.whl", hash = "sha256:06c0fa9ccfdc80d7e3b5d2021978d6eb9351fa49db9b5847cf4d1f2a473414ad"}, + {file = "sentry-sdk-1.11.0.tar.gz", hash = "sha256:e7b78a1ddf97a5f715a50ab8c3f7a93f78b114c67307785ee828ef67a5d6f117"}, + {file = "sentry_sdk-1.11.0-py2.py3-none-any.whl", hash = "sha256:f467e6c7fac23d4d42bc83eb049c400f756cd2d65ab44f0cc1165d0c7c3d40bc"}, ] setuptools = [ {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, diff --git a/pyproject.toml b/pyproject.toml index 4309d812..5120e010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ rapidfuzz = "2.13.2" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.3.0" -sentry-sdk = "1.10.1" +sentry-sdk = "1.11.0" PyYAML = "6.0" emojis = "0.6.0" coloredlogs = "15.0.1" |