From 9d87fddcb5ed5e55d8a155bf2db595effb48a26f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:25:09 +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.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 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 b5867c0..ea89839 100644 --- a/development.txt +++ b/development.txt @@ -1,5 +1,5 @@ httpretty==1.0.* -pylint==2.* +pylint==4.* twine robotframework>=5.0 robotframework-seleniumlibrary>=5.0