diff --git a/poetry.lock b/poetry.lock index f6eda226..3e54866e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 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 = "amqp" @@ -1076,7 +1076,7 @@ files = [ django = "*" django-stubs-ext = ">=4.2.2" mypy = [ - {version = ">=1.0.0", optional = true, markers = "extra != \"compatible-mypy\""}, + {version = ">=1.0.0"}, {version = "==1.5.*", optional = true, markers = "extra == \"compatible-mypy\""}, ] types-pytz = "*" @@ -1144,7 +1144,7 @@ files = [ [package.dependencies] django-stubs = ">=4.2.4" mypy = [ - {version = ">=0.991", optional = true, markers = "extra != \"compatible-mypy\""}, + {version = ">=0.991"}, {version = "==1.5.*", optional = true, markers = "extra == \"compatible-mypy\""}, ] requests = ">=2.0.0" @@ -2914,13 +2914,13 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[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] @@ -3589,4 +3589,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "0323f3b4dc11535b3ac32a099e2fd9387b234f7ea690ce9876aec2e814aefd83" +content-hash = "ef0005b4cce7423d102530bd134e0a25d2eb674d0c29a56afcf63c0225067ab0" diff --git a/pyproject.toml b/pyproject.toml index 1ec31dff..9b6fbabf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ psycopg = {version = "3.1.12", extras = ["c"]} watchfiles = "0.20.0" gunicorn = "21.2.0" Collectfast = "2.2.0" -sentry-sdk = "1.31.0" +sentry-sdk = "1.38.0" django-storages = {version = "1.14.2", extras = ["s3"]} django-anymail = "10.1" dj-database-url = "^2.1.0"