From 29bf42b218dd46de3f8a228bc8c2d68a72d270e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:18:53 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.21.0 to 1.28.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.0 to 1.28.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.21.0...1.28.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- production-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production-requirements.txt b/production-requirements.txt index 3616272b..52517dcf 100644 --- a/production-requirements.txt +++ b/production-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt # Sentry for logging -sentry-sdk==1.21.0 +sentry-sdk==1.28.1 # Postgresql psycopg2==2.9.6 \ No newline at end of file