From 6d78f5823f27030e3ede9ff78006f3a70748787f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:15:32 +0000 Subject: [PATCH] :arrow_up: Update pylint requirement from ==2.* to ==3.* 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...v3.3.2) --- updated-dependencies: - dependency-name: pylint 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..d8bd7c4 100644 --- a/development.txt +++ b/development.txt @@ -1,3 +1,3 @@ httpretty==1.0.* -pylint==2.* +pylint==3.* twine