From 152a956dc517f7439ad6ae1031b4e7ec98dd77e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:32:12 +0000 Subject: [PATCH] Update sentry-sdk requirement from ==2.14.* to ==2.15.* 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.14.0...2.15.0) --- updated-dependencies: - dependency-name: sentry-sdk 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 a3df0ed9e..769c656e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "redis==5.1.*", "reportlab==4.2.*", "requests==2.31.*", - "sentry-sdk==2.14.*", + "sentry-sdk==2.15.*", "sepaxml==2.6.*", "slimit", "stripe==7.9.*",