From 5dd23745f8ddb9c42ec26083c7389240456b563c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:14:54 +0000 Subject: [PATCH] chore(deps): Bump sentry-sdk from 2.14.0 to 2.19.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.14.0 to 2.19.1. - [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.19.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f1d547f..f2c6964c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ logzero aiohttp-cors wheel mysqlclient == 2.1.1 -sentry-sdk == 2.14.0 +sentry-sdk == 2.19.1 celery == 5.4.0 azure-storage-blob == 12.23.1 python-dotenv ~= 1.0.1