diff options
author | 2023-05-28 22:38:51 -0700 | |
---|---|---|
committer | 2023-05-28 22:38:51 -0700 | |
commit | b2ea34ce695020cda00e59c43c8a2329720d8351 (patch) | |
tree | 540794fedc069e14b9ad20eae1a6bdda9f0d3f2d | |
parent | Bump emoji from 2.2.0 to 2.4.0 (#1287) (diff) |
Bump sentry-sdk from 1.23.1 to 1.24.0 (#1284)
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 15a75484..dcba1409 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1562,14 +1562,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.23.1" +version = "1.24.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.23.1.tar.gz", hash = "sha256:0300fbe7a07b3865b3885929fb863a68ff01f59e3bcfb4e7953d0bf7fd19c67f"}, - {file = "sentry_sdk-1.23.1-py2.py3-none-any.whl", hash = "sha256:a884e2478e0b055776ea2b9234d5de9339b4bae0b3a5e74ae43d131db8ded27e"}, + {file = "sentry-sdk-1.24.0.tar.gz", hash = "sha256:0bbcecda9f51936904c1030e7fef0fe693e633888f02a14d1cb68646a50e83b3"}, + {file = "sentry_sdk-1.24.0-py2.py3-none-any.whl", hash = "sha256:56d6d9d194c898d853a7c1dd99bed92ce82334ee1282292c15bcc967ff1a49b5"}, ] [package.dependencies] @@ -1851,4 +1851,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "9af8e9feb91b582872f64f8d4db457b0fce540c64f0b1f0ac96e14ccdb0b8064" +content-hash = "4719442e5b0a06130dca062e9a59fde3c34fe2a77a1ba3062a8b871b9a8dfadf" diff --git a/pyproject.toml b/pyproject.toml index 547f2e4c..6a002650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.0.0" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "9.5.0" -sentry-sdk = "1.23.1" +sentry-sdk = "1.24.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |