From 299c1180872e2fbbc66e0ba6fd73b879bab9deda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:31:16 +0000 Subject: [PATCH] Update sentry-sdk requirement from ~=2.18.0 to ~=2.19.0 in /app 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.18.0...2.19.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index ac1ee8d5..12e0a5bf 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pystac~=1.11.0", "requests>=2.32.3", "scipy>=1.14.1", - "sentry-sdk~=2.18.0", + "sentry-sdk~=2.19.0", "slack-sdk~=3.33.0", "uwsgi~=2.0.26", "vcrpy~=6.0",