From 87e8983e76eb82d30f0956d893bbd81f3704cdc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:14:33 +0000 Subject: [PATCH] build(deps): bump pylint from 3.3.0 to 3.3.1 in /book/src Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pylint 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 9821f52e..b7232799 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -9,7 +9,7 @@ mypy-extensions==1.0.0 pinject==0.14.1 pip-tools==7.4.1 pyflakes==3.2.0 -pylint==3.3.0 +pylint==3.3.1 pytest==8.3.3 pytest-cov==5.0.0 pytype==2024.9.13