diff --git a/server/poetry.lock b/server/poetry.lock index 9bf58e6..9109618 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.19.1" 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.19.1.tar.gz", hash = "sha256:7ae78bd921981a5010ab540d6bdf3b793659a4db8cccf7f16180702d48a80d84"}, + {file = "sentry_sdk-1.19.1-py2.py3-none-any.whl", hash = "sha256:885a11c69df23e53eb281d003b9ff15a5bdfa43d8a2a53589be52104a1b4582f"}, ] [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 = "982ee70910900f6cb8322ba7f3ca3e20ca30a071994f00f0707d3bcca622cca1" diff --git a/server/pyproject.toml b/server/pyproject.toml index 975cdba..bab6f5f 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.19.1" user-agents = "^2.2.0" bibtexparser = "^1.4.0" psycopg2-binary = "^2.9.2"