From 006e0bc52965cadc7a4ab7fd55ded79578bd5a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 09:09:07 +0200 Subject: [PATCH] Bump pylint from 2.17.2 to 2.17.3 (#41) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.2 to 2.17.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_base.txt b/requirements_base.txt index b8500d1..650b82d 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -4,7 +4,7 @@ homeassistant pre-commit flake8==6.0.0 mypy==1.2.0 -pylint==2.17.2 +pylint==2.17.3 pycodestyle==2.10.0 pyflakes==3.0.1 flake8-docstrings==1.7.0