From 93ad8f78e094c0192e47f055b1c052d269bcd0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:48:15 +0000 Subject: [PATCH] chore(deps-dev): update pylint requirement in /backend 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/v4.0.0...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/develop-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/develop-requirements.txt b/backend/develop-requirements.txt index 75de40c..00ddd8c 100644 --- a/backend/develop-requirements.txt +++ b/backend/develop-requirements.txt @@ -10,7 +10,7 @@ flit >=3.2.0,<4.0.0 mypy >=1.0.0,<1.20.0 # perflint >=0.8.0,<1.0.0 # https://github.com/tonybaloney/perflint/issues/60 pip-audit >=2.4.4,<3.0.0 -pylint >=4.0.0,<4.1.0 +pylint >=4.0.5,<4.1.0 # Testing. coverage ==7.6.12; python_version<"3.14" # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281