From 6ce52c3276fc5ebf23036f61643e3855cebf36b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:19:16 +0000 Subject: [PATCH] Bump the non-major-versions group with 2 updates Bumps the non-major-versions group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) Updates `ruff` from 0.15.9 to 0.15.10 - [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.9...0.15.10) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: ruff dependency-version: 0.15.10 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 b48590b..0263695 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -4,7 +4,7 @@ pytz==2026.1.post1 pytest-asyncio==1.3.0 aioresponses==0.7.8 mock==5.2.0 -pytest==9.0.2 +pytest==9.0.3 yarl==1.23.0 codecov==2.1.13 pytest-cov==7.1.0 @@ -13,4 +13,4 @@ pylint==4.0.5 isort==8.0.1 pytest-cov==7.1.0 pytest-html==4.2.0 -ruff==0.15.9 \ No newline at end of file +ruff==0.15.10 \ No newline at end of file