From f78a466e730a1bde19442e2b021065e6f25d649c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 03:36:31 +0000 Subject: [PATCH] Bump sentry-sdk from 1.24.0 to 1.26.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.24.0 to 1.26.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.24.0...1.26.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tc_av/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc_av/requirements.txt b/tc_av/requirements.txt index 959e764..b609897 100644 --- a/tc_av/requirements.txt +++ b/tc_av/requirements.txt @@ -4,5 +4,5 @@ cffi==1.15.1 fastapi==0.95.2 httpx==0.24.1 pydantic==1.10.8 -sentry-sdk==1.24.0 +sentry-sdk==1.26.0 uvicorn==0.22.0