diff options
author | 2023-01-28 19:32:55 +0000 | |
---|---|---|
committer | 2023-01-28 19:32:55 +0000 | |
commit | ca7668844c909083e906904cd553b4a0c8f5d8e6 (patch) | |
tree | dd8edffb2561be6cb0f5f13d987c2b33f13fcf8a | |
parent | Bump flake8-bugbear from 23.1.17 to 23.1.20 (#1189) (diff) |
Bump sentry-sdk from 1.13.0 to 1.14.0 (#1193)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 268e7516..ce79ef27 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.13.0" +version = "1.14.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.13.0.tar.gz", hash = "sha256:72da0766c3069a3941eadbdfa0996f83f5a33e55902a19ba399557cfee1dddcc"}, - {file = "sentry_sdk-1.13.0-py2.py3-none-any.whl", hash = "sha256:b7ff6318183e551145b5c4766eb65b59ad5b63ff234dffddc5fb50340cad6729"}, + {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"}, ] [package.dependencies] @@ -1663,7 +1663,7 @@ falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] httpx = ["httpx (>=0.16.0)"] -opentelemetry = ["opentelemetry-distro (>=0.350b0)"] +opentelemetry = ["opentelemetry-distro (>=0.35b0)"] pure-eval = ["asttokens", "executing", "pure-eval"] pymongo = ["pymongo (>=3.1)"] pyspark = ["pyspark (>=2.4.4)"] @@ -1935,4 +1935,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "c0fd54147ccf0c55cb5129679cb90f51e0b0344e94e5c86cb65294c4ba2b1249" +content-hash = "8649bbab7ac0bcab9b138b97a009be736fb4236703a107de1d783262a92810a4" diff --git a/pyproject.toml b/pyproject.toml index f08190e4..3bae939b 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.13.0" +sentry-sdk = "1.14.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |