diff options
author | 2024-07-15 20:59:41 +0000 | |
---|---|---|
committer | 2024-07-15 20:59:41 +0000 | |
commit | fe6dafad64662c320faed1bd1c90dcffa2ceef13 (patch) | |
tree | aff62ee49f89a944ef5630949af3bc5957fa385f | |
parent | Bump ruff from 0.5.1 to 0.5.2 (#3123) (diff) |
Bump sentry-sdk from 2.9.0 to 2.10.0 (#3125)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 d152a2498..f219b3713 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2051,13 +2051,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.9.0" +version = "2.10.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.9.0-py2.py3-none-any.whl", hash = "sha256:0bea5fa8b564cc0d09f2e6f55893e8f70286048b0ffb3a341d5b695d1af0e6ee"}, - {file = "sentry_sdk-2.9.0.tar.gz", hash = "sha256:4c85bad74df9767976afb3eeddc33e0e153300e887d637775a753a35ef99bee6"}, + {file = "sentry_sdk-2.10.0-py2.py3-none-any.whl", hash = "sha256:87b3d413c87d8e7f816cc9334bff255a83d8b577db2b22042651c30c19c09190"}, + {file = "sentry_sdk-2.10.0.tar.gz", hash = "sha256:545fcc6e36c335faa6d6cda84669b6e17025f31efbf3b2211ec14efe008b75d1"}, ] [package.dependencies] @@ -2404,4 +2404,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "5f1afa46a5bb5d91ad518d83626c91f5d236845f8190dfefc882fe641cc7c450" +content-hash = "66dfc9d96438d908bb4b49e499b931fae6fa9a6391b6aa8fdb704bc85ea814e5" diff --git a/pyproject.toml b/pyproject.toml index 9307dd8b8..e9d1837cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.9.4" regex = "2024.5.15" -sentry-sdk = "2.9.0" +sentry-sdk = "2.10.0" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" |