diff --git a/poetry.lock b/poetry.lock index 9503319d2e..3398dde73d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1544,13 +1544,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "sentry-sdk" -version = "1.31.0" +version = "1.38.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.31.0.tar.gz", hash = "sha256:6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b"}, - {file = "sentry_sdk-1.31.0-py2.py3-none-any.whl", hash = "sha256:64a7141005fb775b9db298a30de93e3b83e0ddd1232dc6f36eb38aebc1553291"}, + {file = "sentry-sdk-1.38.0.tar.gz", hash = "sha256:8feab81de6bbf64f53279b085bd3820e3e737403b0a0d9317f73a2c3374ae359"}, + {file = "sentry_sdk-1.38.0-py2.py3-none-any.whl", hash = "sha256:0017fa73b8ae2d4e57fd2522ee3df30453715b29d2692142793ec5d5f90b94a6"}, ] [package.dependencies] @@ -1840,4 +1840,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5ac60623ef33a4f665a78999384c4a409ccda6e64a53b9c736029fa5d792078f" +content-hash = "e667a47f6afef89b9856dfdf9fd41fcd9155b89ab3dcfa368e3f3259ba983f29" diff --git a/pyproject.toml b/pyproject.toml index 75e14bbea3..70007ad7b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ python = "^3.11" python-alipay-sdk = "^3.0.1" python-slugify = "^6.1.2" redis = "^3.5.3" -sentry-sdk = "^1.10.1" +sentry-sdk = "^1.38.0" short_url = "^1.2.2" tomd = "^0.1.3" uWSGI = "^2.0.22"