From 1138718e6d99de28ac617bbdedec1b31f1fa9d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:19:32 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.39.0 to 1.39.1 in /server Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.39.0 to 1.39.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.39.0...1.39.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... 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 27b533bb..96c70310 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.39.0 +sentry-sdk==1.39.1 thumbhash-python==1.0.0