From aff27c3259af995788abaf73528408aa4f6f3701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:17:21 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.32.0 to 1.33.1 in /server Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.32.0 to 1.33.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.32.0...1.33.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements/common.txt b/server/requirements/common.txt index 4e61ced9..9834269f 100644 --- a/server/requirements/common.txt +++ b/server/requirements/common.txt @@ -17,5 +17,5 @@ psycopg2-binary==2.9.9 pymemcache==4.0.0 pyyaml==6.0.1 requests==2.31.0 -sentry-sdk==1.32.0 +sentry-sdk==1.33.1 thumbhash-python==1.0.0