From 7557b9cbc58573c408538284963d189af9666b41 Mon Sep 17 00:00:00 2001 From: Nicholas Cilfone <23509131+ncilfone@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:35:32 -0400 Subject: [PATCH] fixing deps --- requirements/DEV_REQUIREMENTS.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index a3f1247..409582d 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -18,4 +18,5 @@ pytest~=7.4 ; python_version >= '3.7' pytest~=7.0 ; python_version == '3.6' pytest-cov~=4.1 ; python_version >= '3.7' pytest-cov~=4.0 ; python_version == '3.6' -pylint~=2.17 +pylint~=2.17 ; python_version >= '3.7' +pylint~=2.13 ; python_version == '3.6'