diff options
author | 2024-05-23 18:53:42 +0100 | |
---|---|---|
committer | 2024-05-23 18:53:42 +0100 | |
commit | 9464e4734bb6857125fad63d8b076586bd7f75da (patch) | |
tree | 3c5a6ccb1614ec35dc5ee6d1525ab9e8dea76187 | |
parent | Merge pull request #3046 from python-discord/vivek/fix-eval-truncation (diff) | |
parent | Bump sentry-sdk from 2.2.1 to 2.3.1 (diff) |
Merge pull request #3070 from python-discord/dependabot/pip/sentry-sdk-2.3.1
Bump sentry-sdk from 2.2.1 to 2.3.1
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index a7a05899a..c2480ef5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2061,13 +2061,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.2.1" +version = "2.3.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.2.1-py2.py3-none-any.whl", hash = "sha256:7d617a1b30e80c41f3b542347651fcf90bb0a36f3a398be58b4f06b79c8d85bc"}, - {file = "sentry_sdk-2.2.1.tar.gz", hash = "sha256:8aa2ec825724d8d9d645cab68e6034928b1a6a148503af3e361db3fa6401183f"}, + {file = "sentry_sdk-2.3.1-py2.py3-none-any.whl", hash = "sha256:c5aeb095ba226391d337dd42a6f9470d86c9fc236ecc71cfc7cd1942b45010c6"}, + {file = "sentry_sdk-2.3.1.tar.gz", hash = "sha256:139a71a19f5e9eb5d3623942491ce03cf8ebc14ea2e39ba3e6fe79560d8a5b1f"}, ] [package.dependencies] @@ -2415,4 +2415,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "47ccf9615f6364162cd877d7af9a7d26fde784150bf4ef729c7f270e4d180480" +content-hash = "e982b83e385536c16b1cbfd757b7c9e2d239428b092b3e868b15878fa9b2af2b" diff --git a/pyproject.toml b/pyproject.toml index d5fe8e399..6db167bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.9.1" regex = "2024.5.15" -sentry-sdk = "2.2.1" +sentry-sdk = "2.3.1" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" |