diff --git a/poetry.lock b/poetry.lock index fd94323..c96e28c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2140,19 +2140,19 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "sentry-sdk" -version = "1.24.0" +version = "1.25.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {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"}, + {file = "sentry-sdk-1.25.0.tar.gz", hash = "sha256:5be3296fc574fa8a4d9b213b4dcf8c8d0246c08f8bd78315c6286f386c37555a"}, + {file = "sentry_sdk-1.25.0-py2.py3-none-any.whl", hash = "sha256:fe85cf5d0b3d0aa3480df689f9f6dc487de783defb0a95043368375dc893645e"}, ] [package.dependencies] certifi = "*" -urllib3 = {version = ">=1.26.11,<2.0.0", markers = "python_version >= \"3.6\""} +urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} [package.extras] aiohttp = ["aiohttp (>=3.5)"] @@ -2953,4 +2953,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8c0e6a7d1837d312c2747e2b27eec385b034a66358a820bc527ee38cc0b16de0" +content-hash = "df61b2a89abb1d6f5dbc0d58e529132cdf6e008d7aa46cdb480452514939e3c1" diff --git a/pyproject.toml b/pyproject.toml index 6ca4853..2b28739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ lxml = "^4.9.2" arko-wrapper = "^0.2.8" fastapi = "^0.95.0" uvicorn = { extras = ["standard"], version = "^0.22.0" } -sentry-sdk = "^1.24.0" +sentry-sdk = "^1.25.0" GitPython = "^3.1.30" openpyxl = "^3.1.1" async-lru = "^2.0.2"