From e2fc30f17e9abcc25b78e2a7847b06df4bf62589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 02:57:14 +0000 Subject: [PATCH] Bump pylint from 3.1.0 to 3.1.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 16414e8..db805ee 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -5,5 +5,5 @@ ipywidgets==8.1.2 black==24.4.2 typing_extensions==4.11.0 mypy==1.10.0 -pylint==3.1.0 +pylint==3.1.1 cython==3.0.10 diff --git a/test_requirements.txt b/test_requirements.txt index b527808..8837bf5 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -4,4 +4,4 @@ pytest-pspec==0.0.4 pytest-raises==0.11 mypy==1.10.0 black==24.4.2 -pylint==3.1.0 +pylint==3.1.1