From 007ba4c32226ad737e31167979c562bfad58d78c Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Tue, 17 Oct 2023 11:02:04 -0400 Subject: [PATCH] Bump linters: pylint==3.0.1, mypy==1.6.0 Also pin flake8 and yamllint at current versions. --- test/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index fd0532de..9b6a4373 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,6 +1,6 @@ coverage -flake8 -mypy==1.0.1 +flake8==6.0.1 +mypy==1.6.0 pytest pytest-cov pytest-mock @@ -8,5 +8,5 @@ pytest-xdist types-jsonschema types-pyyaml tox -yamllint -pylint==2.17.4 +yamllint==1.32.0 +pylint==3.0.1