From 4edbea1be16b89ab4626711c328648cc32cdb318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:44:58 +0000 Subject: [PATCH] chore(deps): Bump sentry-sdk from 2.14.0 to 2.18.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.14.0 to 2.18.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.14.0...2.18.0) --- 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..50c5350b 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.18.0 celery == 5.4.0 azure-storage-blob == 12.23.1 python-dotenv ~= 1.0.1