From a606862f3be02381a6d0bc9843f6b4804221bdd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:47:41 +0000 Subject: [PATCH] Bump sentry-sdk from 2.11.0 to 2.15.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.11.0 to 2.15.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.11.0...2.15.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 62f2c76..479b2f6 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.2 -sentry-sdk==2.11.0 +sentry-sdk==2.15.0 websocket-client==1.8.0 # Pin cryptography module for now. More info at: # https://jasonralph.org/?p=997