From ca77a8149549890488d3c387162d047a30afc4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:25:57 +0000 Subject: [PATCH] chore(deps): update sentry-sdk requirement from ~=0.19.5 to ~=1.5.4 Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [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.19.5...1.5.4) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08a52eb..12b86b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ graphene-federation~=0.1.0 psycopg2==2.8.6 # 18/06/2021 - fix Django Error: "database connection isn't set to UTC" pyyaml~=5.4.1 redis~=3.5.3 -sentry-sdk~=0.19.5 +sentry-sdk~=1.5.4 pydantic==1.8.2 # for tests