From 2bdf8cd19bd97062981185490c4c49657b39aaeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:44:47 +0000 Subject: [PATCH] Bump sentry-sdk from 2.15.0 to 2.16.0 in /django Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.15.0...2.16.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- django/poetry.lock | 9 +++++---- django/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/django/poetry.lock b/django/poetry.lock index 0528fa9b80..65acdd858d 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -1159,13 +1159,13 @@ websocket-client = ">=1.8,<2.0" [[package]] name = "sentry-sdk" -version = "2.15.0" +version = "2.16.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.15.0-py2.py3-none-any.whl", hash = "sha256:8fb0d1a4e1a640172f31502e4503543765a1fe8a9209779134a4ac52d4677303"}, - {file = "sentry_sdk-2.15.0.tar.gz", hash = "sha256:a599e7d3400787d6f43327b973e55a087b931ba2c592a7a7afa691f8eb5e75e2"}, + {file = "sentry_sdk-2.16.0-py2.py3-none-any.whl", hash = "sha256:49139c31ebcd398f4f6396b18910610a0c1602f6e67083240c33019d1f6aa30c"}, + {file = "sentry_sdk-2.16.0.tar.gz", hash = "sha256:90f733b32e15dfc1999e6b7aca67a38688a567329de4d6e184154a73f96c6892"}, ] [package.dependencies] @@ -1188,6 +1188,7 @@ falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"] +http2 = ["httpcore[http2] (==1.*)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] huggingface-hub = ["huggingface-hub (>=0.22)"] @@ -1535,4 +1536,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "104b648ea04c374feee96e9163a9716515f266e21d887288cd6341176711e29b" +content-hash = "07c85d5ba7de675560fbf36e5e4c75d19be8d982e4b49ea6af2c556bda6854fd" diff --git a/django/pyproject.toml b/django/pyproject.toml index 26f0a3ac3f..adcd019ac2 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -17,7 +17,7 @@ gevent = "^22.10.1" greenlet = "^1.1.3" social-auth-app-django = "^5.4.2" social-auth-core = "^4.5.4" -sentry-sdk = "^2.15.0" +sentry-sdk = "^2.16.0" django-simple-history = "^3.7.0" jsonschema = "^4.23.0" django-pymemcache = "^1.0.0"