From d33848beb7e08e2e60895c98853a2c035bbdc7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:33:46 +0000 Subject: [PATCH] Bump sentry-sdk from 0.14.3 to 1.14.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.14.3 to 1.14.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/0.14.3...1.14.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d15d2a6..ecd3153 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,8 +16,9 @@ pyramid_chameleon==0.3 \ pyramid-debugtoolbar==4.6.1 \ --hash=sha256:1c5c16ff71a3f0b0992656e3c3a2a642c096460b0ae7ffe0330f0c9179065c85 \ --hash=sha256:9b52c349cda3eed3d6321693ee5a9c5cd22854e69fc53046512f9564113ebfa0 -sentry-sdk==0.14.3 \ - --hash=sha256:23808d571d2461a4ce3784ec12bbee5bdb8c026c143fe79d36cef8a6d653e71f +sentry-sdk==1.14.0 \ + --hash=sha256:273fe05adf052b40fd19f6d4b9a5556316807246bd817e5e3482930730726bb0 \ + --hash=sha256:72c00322217d813cf493fe76590b23a757e063ff62fec59299f4af7201dd4448 simplejson==3.17.0 \ --hash=sha256:0fe3994207485efb63d8f10a833ff31236ed27e3b23dadd0bf51c9900313f8f2 \ --hash=sha256:17163e643dbf125bb552de17c826b0161c68c970335d270e174363d19e7ea882 \