From 29ee40ec2eaaa90aaac4efb317f852210feee452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:27:11 +0000 Subject: [PATCH] chore(deps-dev): bump pylint from 3.1.0 to 3.2.3 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index da3dc6e..59a0e88 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ wheel mypy black==24.3.0 pytest==8.1.1 -pylint==3.1.0 +pylint==3.2.3 nox isort twine