diff --git a/server/poetry.lock b/server/poetry.lock index 9bf58e6..4c8574c 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -2745,14 +2745,14 @@ w3lib = ">=1.17.0" [[package]] name = "sentry-sdk" -version = "1.16.0" +version = "1.20.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.16.0.tar.gz", hash = "sha256:a900845bd78c263d49695d48ce78a4bce1030bbd917e0b6cc021fc000c901113"}, - {file = "sentry_sdk-1.16.0-py2.py3-none-any.whl", hash = "sha256:633edefead34d976ff22e7edc367cdf57768e24bc714615ccae746d9d91795ae"}, + {file = "sentry-sdk-1.20.0.tar.gz", hash = "sha256:a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89"}, + {file = "sentry_sdk-1.20.0-py2.py3-none-any.whl", hash = "sha256:0ad6bbbe78057b8031a07de7aca6d2a83234e51adc4d436eaf8d8c697184db71"}, ] [package.dependencies] @@ -2770,6 +2770,7 @@ django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] +grpcio = ["grpcio (>=1.21.1)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] @@ -3319,4 +3320,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9771856a9903cc9f4ea0fc13430214cc1f45eda9c5f36330f78dfe35b5886783" +content-hash = "014640e107e27d2162e5586ee1d09e2e75abc449dc0cd4c20066c02607f4e5c9" diff --git a/server/pyproject.toml b/server/pyproject.toml index 975cdba..6705589 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -34,7 +34,7 @@ python-dotenv = "^0.20.0" pywebpush = "^1.14.0" redis = "^4.3.3" requests = "^2.27.1" -sentry-sdk = "^1.5.12" +sentry-sdk = "^1.20.0" user-agents = "^2.2.0" bibtexparser = "^1.4.0" psycopg2-binary = "^2.9.2"