From 33d1215d189a0c8994e5ef27ee5f4936affe4225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:20:55 +0000 Subject: [PATCH] Update pylint requirement from ~=3.0.3 to ~=3.3.4 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.3.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... 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 f80d3fa..be925aa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ setuptools~=68.2.2 build~=1.0.3 # MIT wheel~=0.41.2 # MIT -pylint~=3.0.3 # MIT +pylint~=3.3.4 # MIT pytest~=7.4.2 # GPL-2.0-or-later pytest-cov~=4.1.0 # MIT