diff options
author | 2023-05-22 06:30:56 +0000 | |
---|---|---|
committer | 2023-05-22 06:30:56 +0000 | |
commit | a31b674c519b6f2635aa4e8bcb8745618ea310bb (patch) | |
tree | 372cd07a8263f7a34147e290ca1eb1e27c6ea138 | |
parent | Bump sentry-sdk from 1.22.2 to 1.23.0 (#1277) (diff) |
Bump sentry-sdk from 1.23.0 to 1.23.1 (#1279)
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 c904c95e..3eeac951 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1562,14 +1562,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.23.0" +version = "1.23.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {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"}, + {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"}, ] [package.dependencies] @@ -1851,4 +1851,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "dca820268faec5488f1769c5acbeb43593514061c835f5b648866ac4072a2c9e" +content-hash = "9103fe46a03b152d56a7bbbe278de7b13d1daf8bf682a838a27940223b09d30b" diff --git a/pyproject.toml b/pyproject.toml index ae3b3245..1eeeb54d 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.0" +sentry-sdk = "1.23.1" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |