From 0c0de08adea0e390d408d72e06b65907cf2dc4e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 00:42:04 +0100 Subject: [PATCH] Update Python dependency pytest-flake8 to v1.0.7 (#8889) Co-authored-by: Renovate Bot --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index b2ca831e8a..bb1fe8fa83 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -13,7 +13,7 @@ pep8-naming==0.11.1 pytest<5.0.0 ; python_version < "3.5" pytest>=5.0.0 ; python_version >= "3.5" pytest-cov==2.10.1 -pytest-flake8==1.0.6 +pytest-flake8==1.0.7 pytest-tornado==0.8.1 PyYAML==5.3.1 vcrpy<4.0.0 ; python_version < "3.5"