From 508cbdfff6b1f5c4fecc67bbb6fd7d5c647ddd90 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:52:58 +0000 Subject: [PATCH] Bump flake8 from 3.8.4 to 3.9.0 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.0. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index f3f7bb0cee..ca183b2377 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -33,7 +33,7 @@ cryptography==3.4.6 # trustme decorator==4.4.2 # via ipython -flake8==3.8.4 +flake8==3.9.0 # via -r test-requirements.in idna==2.10 # via @@ -86,11 +86,11 @@ ptyprocess==0.7.0 # via pexpect py==1.10.0 # via pytest -pycodestyle==2.6.0 +pycodestyle==2.7.0 # via flake8 pycparser==2.20 # via cffi -pyflakes==2.2.0 +pyflakes==2.3.0 # via flake8 pygments==2.7.4 # via ipython