diff options
author | 2023-05-16 12:20:57 -0700 | |
---|---|---|
committer | 2023-05-16 12:20:57 -0700 | |
commit | e7cb94aa3afb24c42e4a67f5f7f9d15dc4010e04 (patch) | |
tree | 9ec15920bb4d7e2a91ca77cc843a8b418c9ab890 /poetry.lock | |
parent | Bump pymdown-extensions from 9.11 to 10.0.1 (#977) (diff) | |
parent | Bump sentry-sdk from 1.22.2 to 1.23.0 (diff) |
Merge pull request #976 from python-discord/dependabot/pip/sentry-sdk-1.23.0
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 9449e3d6..432e37ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1016,14 +1016,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.22.2" +version = "1.23.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.22.2.tar.gz", hash = "sha256:5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840"}, - {file = "sentry_sdk-1.22.2-py2.py3-none-any.whl", hash = "sha256:cf89a5063ef84278d186aceaed6fb595bfe67d099298e537634a323664265669"}, + {file = "sentry-sdk-1.23.0.tar.gz", hash = "sha256:58f4ff9e76c21bc7172eeec9f1bccb3ff2247c74c71d5590438ce36c803f46ea"}, + {file = "sentry_sdk-1.23.0-py2.py3-none-any.whl", hash = "sha256:01b56a276642d31cf9b4aaf0b55938677265d7006be4785a10ef6330d0f5bba9"}, ] [package.dependencies] @@ -1040,10 +1040,11 @@ chalice = ["chalice (>=1.16.0)"] django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] -flask = ["blinker (>=1.1)", "flask (>=0.11)"] +flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] grpcio = ["grpcio (>=1.21.1)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] +loguru = ["loguru (>=0.5)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] pure-eval = ["asttokens", "executing", "pure-eval"] pymongo = ["pymongo (>=3.1)"] @@ -1212,4 +1213,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "3304f6cd695bf903fa4ff66efe8b9f30d6a0b7b7a1d6d1becf5337d12b8bc6a4" +content-hash = "257cce52740df80087474220a71d06dc97c3a67ab09f27d72aca1f383d0410aa" |