From 8aa5e435d74f72b995af8d434d5eade52f0fc9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:13:45 +0000 Subject: [PATCH] Bump sentry-sdk[fastapi] from 1.11.1 to 1.15.0 in /requirements Bumps [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) from 1.11.1 to 1.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/1.11.1...1.15.0) --- updated-dependencies: - dependency-name: sentry-sdk[fastapi] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 47934bc..fcee960 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,6 @@ redis==4.4.0 pydantic==1.10.2 -sentry-sdk==1.11.1 +sentry-sdk==1.15.0 PyRSMQ==0.4.5 graypy==2.1.0 fastapi==0.88.0