From 166bcde158621607453c6b54f5e986b65727ea5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:16:25 +0000 Subject: [PATCH] build(deps): bump pylint from 2.17.2 to 2.17.3 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] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index e4cbe33..7d1d8e2 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -2,4 +2,4 @@ black==23.3.0 flake8==6.0.0 mypy==1.2.0 pydocstyle==6.3.0 -pylint==2.17.2 \ No newline at end of file +pylint==2.17.3 \ No newline at end of file