From e293c0bcb87068ecd9469955c220a305fb4ee650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:30:00 +0000 Subject: [PATCH] :arrow_up: Update pylint requirement from ==2.* to ==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/pylint-2.0.dev...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.txt b/development.txt index 6583232..bb05c34 100644 --- a/development.txt +++ b/development.txt @@ -1,4 +1,4 @@ httpretty==1.0.* -pylint==2.* +pylint==4.* twine coverage==7.*