From f17c8f21ddfe06c4597a806f40f6adc27c6f0a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:19:56 +0000 Subject: [PATCH] Bump pylint from 2.17.6 to 2.17.7 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77dbe06..8016f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "coverage==7.3.1", - "pylint==2.17.6", + "pylint==2.17.7", "tox==4.11.3", "build==1.0.3", "pdoc==14.1.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 1fffcef..55c5e1b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ coverage==7.3.1 -pylint==2.17.6 +pylint==2.17.7 tox==4.11.3 build==1.0.3 pdoc==14.1.0