From a959d8c5707f9a5765b61e94c2b20373224a7a06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 23:38:31 +0000 Subject: [PATCH] Update dependency flake8 to v5 --- python-script/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-script/requirements.txt b/python-script/requirements.txt index 7ff68b3b..f0e71b84 100644 --- a/python-script/requirements.txt +++ b/python-script/requirements.txt @@ -1,5 +1,5 @@ awscli==1.25.68 pytest-cov==3.0.0 -flake8==4.0.1 +flake8==5.0.4 flake8-docstrings==1.6.0 pytest-env==0.6.2