From a753dcea43ef9d2c94ef0839b96d3993a6ee3dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:44:01 +0000 Subject: [PATCH] build(deps): bump pylint from 3.3.7 to 3.3.8 in /book/src Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v3.3.8) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 90112924..f89aa2f0 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.0 pyflakes==3.2.0 -pylint==3.3.7 +pylint==3.3.8 pytest==8.4.1 pytest-cov==5.0.0 pytype==2024.9.13