diff options
| author | 2024-05-21 02:12:00 +0000 | |
|---|---|---|
| committer | 2024-05-21 02:12:00 +0000 | |
| commit | d3c3abaf87cb3ff4794fe0cefc927ec954d48990 (patch) | |
| tree | e5070a2bb75aa3eb5b26af82c56ea04a3c8b0216 | |
| parent | Cleanup constants (#1484) (diff) | |
Bump sentry-sdk from 2.1.1 to 2.2.0 (#1531)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
| -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 21296c0d..a9c5a91a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1597,13 +1597,13 @@ files = [  [[package]]  name = "sentry-sdk" -version = "2.1.1" +version = "2.2.0"  description = "Python client for Sentry (https://sentry.io)"  optional = false  python-versions = ">=3.6"  files = [ -    {file = "sentry_sdk-2.1.1-py2.py3-none-any.whl", hash = "sha256:99aeb78fb76771513bd3b2829d12613130152620768d00cd3e45ac00cb17950f"}, -    {file = "sentry_sdk-2.1.1.tar.gz", hash = "sha256:95d8c0bb41c8b0bc37ab202c2c4a295bb84398ee05f4cdce55051cd75b926ec1"}, +    {file = "sentry_sdk-2.2.0-py2.py3-none-any.whl", hash = "sha256:674f58da37835ea7447fe0e34c57b4a4277fad558b0a7cb4a6c83bcb263086be"}, +    {file = "sentry_sdk-2.2.0.tar.gz", hash = "sha256:70eca103cf4c6302365a9d7cf522e7ed7720828910eb23d43ada8e50d1ecda9d"},  ]  [package.dependencies] @@ -1909,4 +1909,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.12.*" -content-hash = "5bba5722bf976703b813b56dd76e93bf0b64553d82766afa8d83136a9a287c2e" +content-hash = "e70f407f0dfe54d022f78bb0593820d4b3d3795c861b26d29eefe94e8f5f1ce7" diff --git a/pyproject.toml b/pyproject.toml index 8fcd3740..dbb52c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ rapidfuzz = "3.9.1"  arrow = "1.3.0"  beautifulsoup4 = "4.12.3"  pillow = "10.3.0" -sentry-sdk = "2.1.1" +sentry-sdk = "2.2.0"  PyYAML = "6.0.1"  emojis = "0.7.0"  coloredlogs = "15.0.1" | 
