diff --git a/poetry.lock b/poetry.lock index b36efb8..753b7b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1080,18 +1080,18 @@ urllib3 = {version = ">=1.26,<3", extras = ["socks"]} [[package]] name = "sentry-sdk" -version = "1.45.0" +version = "2.0.0" 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.0-py2.py3-none-any.whl", hash = "sha256:15033ab12894b5a41a5b84a4fdf57229e196932b8a3c9b6b54a9a0d313127117"}, + {file = "sentry_sdk-2.0.0.tar.gz", hash = "sha256:cf4a21ecb1d23bbcb17cc4124ef9b67aeecd4e7e4f0d3b256bc22f644b7974bc"}, ] [package.dependencies] certifi = "*" -urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} +urllib3 = ">=1.26.11" [package.extras] aiohttp = ["aiohttp (>=3.5)"] @@ -1413,4 +1413,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dd48fc331a79d29519338c70d0c4f6d4677502d5f2549d691cda7de50bef4a78" +content-hash = "fb56272fbfa2376d343b74c722836f066dcf92cf05177b7dcd320d7a83ac2e36" diff --git a/pyproject.toml b/pyproject.toml index a4151d3..d19a061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ apscheduler = "^3.10.4" beautifulsoup4 = "^4.12.3" loguru = "^0.7.2" translate = "^3.6.1" -sentry-sdk = "^1.45.0" +sentry-sdk = "^2.0.0" selenium = "^4.19.0" cachetools = "^5.3.3" apykuma = "^1.2.0"