From 4ae2dbb08c003d606ff746f372d61ca0221f8f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:35:56 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 2.20.0 to 2.22.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.20.0 to 2.22.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.20.0...2.22.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98ba24457..7999d4f7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "psycopg2==2.9.10", "PyYAML==6.0.2", "scipy==1.15.1", - "sentry-sdk==2.20.0", + "sentry-sdk==2.22.0", "sqlalchemy-mixins==2.0.5", "sqlalchemy==2.0.38", "tqdm==4.67.1",