From 8c51370ceb6b7fef57813ba9bca8d38e0443b219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:01:32 +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.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 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 3dc2e70..becd822 100644 --- a/development.txt +++ b/development.txt @@ -1,3 +1,3 @@ httpretty==1.0.* -pylint==2.* +pylint==4.* twine