From ec6524f4b1a5723f49d42d81518068bb1d67765e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:56:45 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.21.0 to 1.25.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.0 to 1.25.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.25.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..cc6fc36e 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.25.1 # Postgresql psycopg2==2.9.6 \ No newline at end of file