diff --git a/{{ cookiecutter.name }}/poetry.lock b/{{ cookiecutter.name }}/poetry.lock index 7c80aeb5..9d7ca9df 100644 --- a/{{ cookiecutter.name }}/poetry.lock +++ b/{{ cookiecutter.name }}/poetry.lock @@ -2133,13 +2133,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.7.1" +version = "2.8.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.7.1-py2.py3-none-any.whl", hash = "sha256:ef1b3d54eb715825657cd4bb3cb42bb4dc85087bac14c56b0fd8c21abd968c9a"}, - {file = "sentry_sdk-2.7.1.tar.gz", hash = "sha256:25006c7e68b75aaa5e6b9c6a420ece22e8d7daec4b7a906ffd3a8607b67c037b"}, + {file = "sentry_sdk-2.8.0-py2.py3-none-any.whl", hash = "sha256:6051562d2cfa8087bb8b4b8b79dc44690f8a054762a29c07e22588b1f619bfb5"}, + {file = "sentry_sdk-2.8.0.tar.gz", hash = "sha256:aa4314f877d9cd9add5a0c9ba18e3f27f99f7de835ce36bd150e48a41c7c646f"}, ] [package.dependencies] @@ -2507,4 +2507,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "5d79a31b45a6a57b51bad76c9eb2c1daf4f6b688d3ef1b7b9253d58c5b252f97" +content-hash = "443502d34b5903db990da0ce4665f999721540ca71f4d6813766d15cb88de381" diff --git a/{{ cookiecutter.name }}/pyproject.toml b/{{ cookiecutter.name }}/pyproject.toml index 1433c4c3..b0b4ba97 100644 --- a/{{ cookiecutter.name }}/pyproject.toml +++ b/{{ cookiecutter.name }}/pyproject.toml @@ -29,7 +29,7 @@ pillow = "^10.1.0" psycopg2-binary = "^2.9.9" python = "~3.11" redis = "^5.0.7" -sentry-sdk = "^2.7.1" +sentry-sdk = "^2.8.0" whitenoise = "^6.7.0" [tool.poetry.group.dev.dependencies]