From 3da8d2c7f9120d67e773417562ea6a6c3d25769a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:28:23 +0000 Subject: [PATCH] build(deps): bump pylint from 2.17.6 to 2.17.7 in /book/src Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.6 to 2.17.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.6...v2.17.7) --- 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 6444f13d..4b93ef26 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.3.0 pyflakes==3.1.0 -pylint==2.17.6 +pylint==2.17.7 pytest==7.4.2 pytest-cov==4.1.0 pytype==2022.10.26