diff options
author | 2024-04-27 10:17:03 +0000 | |
---|---|---|
committer | 2024-04-27 10:17:03 +0000 | |
commit | d14a231f129833ffa3324466a37aa806804ff8f5 (patch) | |
tree | b58115fcd7aa27c630603ad9334b91de6131b198 | |
parent | Bump emoji from 2.11.0 to 2.11.1 (#1517) (diff) |
Bump sentry-sdk from 1.45.0 to 2.0.1 (#1519)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 12 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index 04e7c5b8..528c8628 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1604,18 +1604,18 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.45.0" +version = "2.0.1" description = "Python client for Sentry (https://sentry.io)" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "sentry-sdk-1.45.0.tar.gz", hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"}, - {file = "sentry_sdk-1.45.0-py2.py3-none-any.whl", hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1"}, + {file = "sentry_sdk-2.0.1-py2.py3-none-any.whl", hash = "sha256:b54c54a2160f509cf2757260d0cf3885b608c6192c2555a3857e3a4d0f84bdb3"}, + {file = "sentry_sdk-2.0.1.tar.gz", hash = "sha256:c278e0f523f6f0ee69dc43ad26dcdb1202dffe5ac326ae31472e012d941bee21"}, ] [package.dependencies] certifi = "*" -urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} +urllib3 = ">=1.26.11" [package.extras] aiohttp = ["aiohttp (>=3.5)"] @@ -1913,4 +1913,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "71edb2641b63f5faf239985ec42c62f8aa5fe94d16c38d720cb9648cf3b92010" +content-hash = "f0c59a4276ca0c596f8f171c6c8d76f92c75606c21c16c909d39dab7c86e64f2" diff --git a/pyproject.toml b/pyproject.toml index b884ca8d..1da19714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ rapidfuzz = "3.8.1" arrow = "1.3.0" beautifulsoup4 = "4.12.3" pillow = "10.3.0" -sentry-sdk = "1.45.0" +sentry-sdk = "2.0.1" PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" |