From ea13f511c6a27709c5b3c77ed3ecccd19f5f0297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:16:03 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.1.0 to 1.40.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.1.0 to 1.40.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/1.1.0...1.40.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4683145..c3d5eaf 100644 --- a/Pipfile +++ b/Pipfile @@ -50,7 +50,7 @@ regex = "==2022.10.31" requests = "==2.30.0" rfc3986 = "==1.5.0" rsa = "==4.7.2" -sentry-sdk = "==1.1.0" +sentry-sdk = "==1.40.1" six = "==1.16.0" sniffio = "==1.2.0" textblob = "==0.15.3"