diff --git a/poetry.lock b/poetry.lock index 294d2cf..ce563e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2140,19 +2140,19 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "sentry-sdk" -version = "1.21.0" +version = "1.22.2" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.21.0.tar.gz", hash = "sha256:36a1ca082a3065a8a05aafa4b1e3d74e9459d41fbb0bea8a5364caca68626341"}, - {file = "sentry_sdk-1.21.0-py2.py3-none-any.whl", hash = "sha256:82faf9e2c9eb77401a7a187094b126ca25c2a3a478de6704612f48b3346f7a84"}, + {file = "sentry-sdk-1.22.2.tar.gz", hash = "sha256:5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840"}, + {file = "sentry_sdk-1.22.2-py2.py3-none-any.whl", hash = "sha256:cf89a5063ef84278d186aceaed6fb595bfe67d099298e537634a323664265669"}, ] [package.dependencies] certifi = "*" -urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} +urllib3 = {version = ">=1.26.11,<2.0.0", markers = "python_version >= \"3.6\""} [package.extras] aiohttp = ["aiohttp (>=3.5)"] @@ -2952,4 +2952,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "92a75077488fa566f6e517565c8aa64e6f0cc87e2170136877a86333fb94c3c3" +content-hash = "ab4c2270675f692c393d4ccae9557c0925504e317df5213f2f02fa88cc5f1799" diff --git a/pyproject.toml b/pyproject.toml index fc94741..0b97095 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.21.1" } -sentry-sdk = "^1.21.0" +sentry-sdk = "^1.22.2" GitPython = "^3.1.30" openpyxl = "^3.1.1" async-lru = "^2.0.2"