From ddc6d68114011c3cb7cc2cd778f48ac89a0a37b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:39:35 +0100 Subject: [PATCH] [upd] pypi: Bump the minor group with 2 updates (#5527) Bumps the minor group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [basedpyright](https://github.com/detachhead/basedpyright). Updates `pylint` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.3...v4.0.4) Updates `basedpyright` from 1.34.0 to 1.35.0 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.34.0...v1.35.0) --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ca08967dd..091eccbbb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.2.0 nose2[coverage_plugin]==0.15.1 cov-core==1.15.0 black==25.9.0 -pylint==4.0.3 +pylint==4.0.4 splinter==0.21.0 selenium==4.38.0 Pallets-Sphinx-Themes==2.3.0 @@ -24,5 +24,5 @@ coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 granian[reload]==2.6.0 -basedpyright==1.34.0 +basedpyright==1.35.0 types-lxml==2025.11.25