From 46303d6db240924d84abfdc1be8ca8a0c335c66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:48:54 +0000 Subject: [PATCH] Bump sentry-sdk from 1.39.1 to 1.40.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.39.1 to 1.40.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/1.39.1...1.40.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a5edc09..d70f786 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,5 +5,5 @@ fastapi==0.108.0 httpx==0.26.0 pydantic==2.5.3 pydantic-settings===2.1.0 -sentry-sdk==1.39.1 +sentry-sdk==1.40.0 uvicorn==0.25.0