From ce394e7bc073c555c39e7f502dbc9976f02135bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:40:54 +0000 Subject: [PATCH] Bump sentry-sdk from 2.18.0 to 2.21.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.18.0 to 2.21.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.21.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 ebce6c8..ebd8329 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pyyaml==6.0.2 pydantic==2.9.2 pexpect==4.9.0 python-gnupg==0.5.3 -sentry-sdk==2.18.0 +sentry-sdk==2.21.0 websocket-client==1.8.0 # Pin cryptography module for now. More info at: # https://jasonralph.org/?p=997