From b3e3c013ea0bb3d431d89f1663a73b99ab9ba1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:08:55 +0100 Subject: [PATCH] Bump pylint from 3.0.3 to 3.1.0 (#1115) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ca2dfb3..0259043c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "mypy==1.8.0", "pre-commit==3.6.2", "pre-commit-hooks==4.5.0", - "pylint==3.0.3", + "pylint==3.1.0", "pytest==8.0.1", "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0", -- 2.34.1