From 9f1303daea42bfbe30d9c78ac4d4d0a1c0e2a98f Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Mon, 23 Oct 2023 00:03:29 -0400 Subject: [PATCH] Bump linters: pylint==3.0.1, mypy==1.6.0 (#622) 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..baa83037 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,6 +1,6 @@ coverage -flake8 -mypy==1.0.1 +flake8==6.1.0 +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