From fdf91ec47ba24931a8b047b0d6e1ae9b7cf85d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 07:53:23 +0000 Subject: [PATCH] Bump pylint from 3.0.1 to 3.0.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.1...v3.0.2) --- 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 683c0a2..3d39a31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ cachetools==5.3.2 homeassistant>=2023.7.0.b0 mypy==1.7.0 pre-commit==3.5.0 -pylint==3.0.1 +pylint==3.0.2 types-cachetools #pytest-homeassistant-custom-component==0.4.4