From b407227d4a735d5337f3cf7a8d04a13fd82b8def Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:50:42 +0100 Subject: [PATCH] Update pylint to 2.16.4 (#89240) --- requirements_test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index 7f2e51a0c08..9e6ded1f395 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -7,7 +7,7 @@ -c homeassistant/package_constraints.txt -r requirements_test_pre_commit.txt -astroid==2.14.1 +astroid==2.14.2 codecov==2.1.12 coverage==7.2.1 freezegun==1.2.2 @@ -15,7 +15,7 @@ mock-open==1.4.0 mypy==1.0.1 pre-commit==3.1.0 pydantic==1.10.5 -pylint==2.16.0 +pylint==2.16.4 pylint-per-file-ignores==1.1.0 pipdeptree==2.5.0 pytest-asyncio==0.20.3