From 19f049025c725cdab5fed7a981715288ef764cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:59:48 +0000 Subject: [PATCH] Bump pylint from 2.15.2 to 2.15.9 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.2 to 2.15.9. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.2...v2.15.9) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... 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 fc47603..e6e67e7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ black==22.8.0 flake8==6.0.0 pre-commit==2.21.0 -pylint==2.15.2 +pylint==2.15.9 reorder-python-imports==3.8.2 git+https://github.com/mjmeli/pyduke-energy@main