From c6cb3014e7c8f2b73de0218f06558caf5d77fca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:33:02 +0000 Subject: [PATCH] Bump pylint from 2.17.5 to 2.17.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 2.17.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6951895..5f188c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ mypy==1.5.1 numpy>=1.23.2 pre-commit==3.4.0 -pylint==2.17.5 +pylint==2.17.7 #pytest-homeassistant-custom-component==0.4.4