From 0c82fc6fb1906ef0bda175a08f062eaeb7238708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:33:19 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.1.0 to 1.40.5 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.1.0 to 1.40.5. - [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.5) --- 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..26f08f7 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.5" six = "==1.16.0" sniffio = "==1.2.0" textblob = "==0.15.3"