From 6acdef456d4d89b4472d1f98d67c31e6fc1b6de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:59:39 +0000 Subject: [PATCH] Bump pylint from 2.17.2 to 2.17.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.2 to 2.17.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 41d6899..c822fc0 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -3,7 +3,7 @@ black==23.3.0 flake8==6.0.0 isort==5.12.0 -pylint==2.17.2 +pylint==2.17.4 pytest==7.2.2 pytest-randomly==3.12.0 pytest-timeout==2.1.0