From 822a25a44c7971f4d66dae191688f1d6bed30e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:35:00 +0000 Subject: [PATCH] build(deps): bump pylint from 3.3.9 to 4.0.0 in /book/src Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.9 to 4.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.9...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- book/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/requirements.txt b/book/src/requirements.txt index 88a6acbc..e5532ead 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -9,7 +9,7 @@ mypy-extensions==1.1.0 pinject==0.14.1 pip-tools==7.5.1 pyflakes==3.2.0 -pylint==3.3.9 +pylint==4.0.0 pytest==8.4.2 pytest-cov==5.0.0 pytype==2024.9.13