From b73ab4b3f45abeb4c3cbc0aead766317437dc1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:53:46 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 2.12.0 to 2.13.0 in /server Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.12.0 to 2.13.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/2.12.0...2.13.0) --- 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 7fad66bf..57c72eef 100644 --- a/server/requirements/common.txt +++ b/server/requirements/common.txt @@ -18,5 +18,5 @@ pymemcache==4.0.0 python-dotenv==1.0.1 pyyaml==6.0.2 requests==2.32.3 -sentry-sdk==2.12.0 +sentry-sdk==2.13.0 thumbhash-python==1.0.1