From 615b702ff9b45f6ce6c554ebbcf31ba8767f3f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:41:45 -0500 Subject: [PATCH] Bump pylint from 3.2.7 to 3.3.1 (#72) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.1) --- 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 883be39..89e0ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ lint = [ "qiskit-addon-sqd[style]", "pydocstyle==6.3.0", "mypy==1.11.2", - "pylint==3.2.7", + "pylint==3.3.1", "reno>=4.1", "toml>=0.9.6", ]