From e9d6ecfb944e75fecc0012b211962a3e7abbfd96 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Sun, 26 Mar 2023 11:37:30 -0400 Subject: [PATCH] update lint reqs --- requirements-lint.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 189f2e8..5666520 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,7 +1,7 @@ -bandit==1.7.4 -black==22.3 -doc8==0.11.2 -flake8==4.0.1 -mypy==0.961 -pylint==2.14.3 -yamllint==1.26.3 +bandit==1.7.5 +black==23.1.0 +doc8==1.1.1 +flake8==6.0.0 +mypy==1.1.1 +pylint==2.17.1 +yamllint==1.30.0 -- 2.52.0