diff --git a/poetry.lock b/poetry.lock index 990c1101..7d6f0b5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1831,13 +1831,13 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "sentry-sdk" -version = "1.28.0" +version = "1.28.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.28.0.tar.gz", hash = "sha256:2281ba98011cfa9bc9bb15c1074b6dd9f7fdfce94033cd25b50f18f078ffed4c"}, - {file = "sentry_sdk-1.28.0-py2.py3-none-any.whl", hash = "sha256:b8b363aaa3f3d6a3acc1aa571efa4db29fb440339fed03560bb1276b8d2c2509"}, + {file = "sentry-sdk-1.28.1.tar.gz", hash = "sha256:dcd88c68aa64dae715311b5ede6502fd684f70d00a7cd4858118f0ba3153a3ae"}, + {file = "sentry_sdk-1.28.1-py2.py3-none-any.whl", hash = "sha256:6bdb25bd9092478d3a817cb0d01fa99e296aea34d404eac3ca0037faa5c2aa0a"}, ] [package.dependencies] @@ -2351,4 +2351,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4be4895f094e5dab89d98f45822f641e5deda4e390b1e6056d8d10c0363e6075" +content-hash = "455ac957f414aaf64ee8e2b90ebb0422ba1ed67d09586fd23b3959672faf811d" diff --git a/pyproject.toml b/pyproject.toml index 76c16a3a..50363a2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ gunicorn = "^20.1.0" icalendar = "^5.0.7" pymysql = "^1.1.0" python-dotenv = "^1.0.0" -sentry-sdk = {extras = ["sqlalchemy"], version = "^1.28.0"} +sentry-sdk = {extras = ["sqlalchemy"], version = "^1.28.1"} turbo-flask = "^0.8.4" unidecode = "^1.3.6" weasyprint = "^57.2"