From db69b71689bd07bff9a4b9d28cd5c3cf2dc5501d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:00:57 +0000 Subject: [PATCH] chore(deps): update sentry-sdk requirement from ~=0.19.5 to ~=1.16.0 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.16.0) --- 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..4635cb6 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.16.0 pydantic==1.8.2 # for tests