From da39be273bd91c0917cd0fbcf37174437caf3c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:58:46 +0000 Subject: [PATCH] fix(deps): bump sentry-sdk from 2.18.0 to 2.19.0 in /requirements Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.18.0 to 2.19.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.18.0...2.19.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 0a147ff..e037f68 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -5,5 +5,5 @@ asyncpg==0.30.0 pydantic-settings==2.6.1 pydantic[dotenv]==2.9.2 requests==2.32.3 -sentry-sdk==2.18.0 +sentry-sdk==2.19.0 psycopg2==2.9.10