From 9715657994a01a1c05c3bb2e9aed56a7eb43b950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleg=20H=C3=B6fling?= Date: Sat, 14 Aug 2021 14:03:58 +0200 Subject: [PATCH] bump black + isort (#5926) Signed-off-by: oleg.hoefling --- requirements-tests-py3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index 0dd6b16d0..8ca5920a7 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -1,8 +1,8 @@ mypy==0.910 typed-ast==1.4.3 -black==21.6b0 +black==21.7b0 flake8==3.9.2 flake8-bugbear==21.4.3 flake8-pyi==20.10.0 -isort==5.9.2 +isort==5.9.3 pytype==2021.08.11