From e068a914118f2664c6057bc38b198a549f11273c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 07:26:23 +0000 Subject: [PATCH] update: update pylint requirement from ~=2.14.3 to ~=2.14.4 (#704) --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1be6c63e1..fcc14f290 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -r requirements.txt aioresponses~=0.7.3 parsedatetime~=2.6 -pylint~=2.14.3 +pylint~=2.14.4 pytest-asyncio~=0.18.3 pytest-cov~=3.0.0 pytest-mock~=3.8.1