From 40077d6740940c4842211c374435f505ce52fec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:34:26 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.16.0 to 1.28.1 in /tools Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.16.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.16.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] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index a86b6af1a..fc09e7845 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.8.4 async-timeout==4.0.2 pytz==2022.7.1 -sentry-sdk==1.16.0 +sentry-sdk==1.28.1 structlog==22.3.0 taskcluster==47.1.2 # Please see #1779, this eventually must be removed!