From e3b9ca2e226d9ee3334cf0ad11a8fc033f8390c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:34:12 +0000 Subject: [PATCH] Update sentry-sdk requirement from ~=2.19.0 to ~=2.20.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.19.0...2.20.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 2809f0a3..5dd17ba7 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.19.0", + "sentry-sdk~=2.20.0", "slack-sdk~=3.33.0", "uwsgi~=2.0.26", "vcrpy~=6.0",