From 90c5b749df54ca23d8d074e7fa4560ffbdb6a77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:58:03 +0000 Subject: [PATCH] Update pylint requirement from ~=2.14.2 to ~=2.14.3 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.2...v2.14.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4f3d511605..1b6a0979b1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pylint~=2.14.2 +pylint~=2.14.3 pytest~=7.1.2 pytest-asyncio~=0.18.3 # pytest-order~=1.0.1