From 96f30fe796ff810b4e6b27aea20a69172fcd43a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 15:20:05 +0000 Subject: [PATCH] Bump typing-extensions from 3.7.4 to 3.7.4.2 Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4 to 3.7.4.2. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/commits) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9a068cab..dc88e239 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -50,7 +50,7 @@ sentry-sdk==0.12.2 # https://github.com/getsentry/sentry-python SQLAlchemy==1.3.19 # needed for pandas to parse legacy data from database twisted==20.3.0 txaio==18.8.1 -typing-extensions==3.7.4 +typing-extensions==3.7.4.2 websocket-client==0.56.0 # need this for now to profile and find speedups websockets==8.0.2 whitenoise==4.1.3 # https://github.com/evansd/whitenoise