From f287c6468277e0a77d78b2f785514b4770321f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:30:38 +0000 Subject: [PATCH] Update pylint requirement from 3.2.3 to 3.2.6 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.3...v3.2.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 868b1df..91769a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ bs4 = "0.0.2" [tool.poetry.group.dev.dependencies] -pylint = "3.2.3" +pylint = "3.2.6" mypy = "1.10.0" types-beautifulsoup4 = "4.12.0.20240511"