From b35c69978608ad85171028348a0cc50787a4625b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:57:44 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): 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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4a05f6a..c8127c2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ platformdirs==4.2.0 pluggy==1.4.0 pre-commit==3.6.2 pylint-exit==1.2.0 -pylint==3.0.3 +pylint==3.1.0 pytest==8.0.2 pyyaml==6.0.1 setuptools==69.1.1 -- 2.47.2