From 1f03398f4f7e69616a2e78446dd45c4f961eb329 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 21:34:39 +0000 Subject: [PATCH] chore(deps): update sentry-sdk requirement from ~=0.10 to ~=0.11 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/CHANGES.md) - [Commits](https://github.com/getsentry/sentry-python/compare/0.10.0...0.11.0) Signed-off-by: dependabot-preview[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 6a65614335..1d11f8174d 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -51,7 +51,7 @@ wtforms~=2.2 flask-admin~=1.5 google-compute-engine~=2.8 factory_boy~=2.12 -sentry-sdk[flask]~=0.10 +sentry-sdk[flask]~=0.11 healthcheck~=1.3 elasticsearch-dsl~=7.0 flask-redis~=0.4