diff options
author | 2024-06-28 02:47:28 -0700 | |
---|---|---|
committer | 2024-06-28 02:47:28 -0700 | |
commit | 2d9b4c3ccdffee6bf778341f603862b5c04c41b5 (patch) | |
tree | 370554fab1e67d6054c2c9a79c75dec5423e8e98 /poetry.lock | |
parent | Merge pull request #1352 from python-discord/dependabot/pip/ruff-0.5.0 (diff) | |
parent | Bump sentry-sdk from 2.7.0 to 2.7.1 (diff) |
Merge pull request #1351 from python-discord/dependabot/pip/sentry-sdk-2.7.1
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 4f5e780c..fbd72be5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1032,13 +1032,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.7.0" +version = "2.7.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.7.0-py2.py3-none-any.whl", hash = "sha256:db9594c27a4d21c1ebad09908b1f0dc808ef65c2b89c1c8e7e455143262e37c1"}, - {file = "sentry_sdk-2.7.0.tar.gz", hash = "sha256:d846a211d4a0378b289ced3c434480945f110d0ede00450ba631fc2852e7a0d4"}, + {file = "sentry_sdk-2.7.1-py2.py3-none-any.whl", hash = "sha256:ef1b3d54eb715825657cd4bb3cb42bb4dc85087bac14c56b0fd8c21abd968c9a"}, + {file = "sentry_sdk-2.7.1.tar.gz", hash = "sha256:25006c7e68b75aaa5e6b9c6a420ece22e8d7daec4b7a906ffd3a8607b67c037b"}, ] [package.dependencies] @@ -1078,7 +1078,7 @@ sanic = ["sanic (>=0.8)"] sqlalchemy = ["sqlalchemy (>=1.2)"] starlette = ["starlette (>=0.19.1)"] starlite = ["starlite (>=1.48)"] -tornado = ["tornado (>=5)"] +tornado = ["tornado (>=6)"] [[package]] name = "setuptools" @@ -1226,4 +1226,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "6d5b53db4928bafec17319d95a6037caef152a2dec96552e329eee5bc63af601" +content-hash = "4c4197357bf2d7ec091f0ef36c495404aa19888b1f732cef08dfd99556ed3552" |