From 7de00000f8dc5da4023de4924368fbb3b99a0204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:51:09 +0000 Subject: [PATCH] Bump pylint from 3.0.3 to 3.1.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 98f6269..c6b0b6c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --resolver=backtracking dev-requirements.in # -astroid==3.0.1 +astroid==3.1.0 # via pylint coverage==7.4.0 # via -r dev-requirements.in @@ -32,7 +32,7 @@ pycodestyle==2.11.1 # via flake8 pyflakes==3.1.0 # via flake8 -pylint==3.0.3 +pylint==3.1.0 # via -r dev-requirements.in pytest==7.4.3 # via -r dev-requirements.in