From 235bcb991633d4c0534a2aa8ccaec3ef26f47be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:23:05 +0000 Subject: [PATCH] [UPDATE] Update sentry-sdk requirement Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [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.63.0...2.64.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.64.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6908ff00..3262d251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "django-ordered-model>=3.7.4,<4.0.0", "django-simple-captcha>=0.6.3,<1.0.0", "python-dateutil>=2.9.0.post0,<3.0.0.0", - "sentry-sdk>=2.63.0,<3.0.0", + "sentry-sdk>=2.64.0,<3.0.0", "jinja2>=3.1.6,<4.0.0", "django-countries>=9.0.0,<10.0.0", "dict2xml>=1.7.8,<2.0.0",