From 6b7189d61c8f5bc2c0a92904794ab8fedbe14291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:08:36 +0000 Subject: [PATCH] Bump the non-major-versions group with 2 updates Bumps the non-major-versions group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [ruff](https://github.com/astral-sh/ruff). Updates `pylint` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.4...v4.0.5) Updates `ruff` from 0.15.1 to 0.15.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.1...0.15.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 3cbab47..bf8af6b 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -9,8 +9,8 @@ yarl==1.22.0 codecov==2.1.13 pytest-cov==7.0.0 flake8==7.3.0 -pylint==4.0.4 +pylint==4.0.5 isort==7.0.0 pytest-cov==7.0.0 pytest-html==4.2.0 -ruff==0.15.1 \ No newline at end of file +ruff==0.15.2 \ No newline at end of file