From fbbbf0e87e9f635737e16eb3bac34c6c7b1c4362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:48:23 +0000 Subject: [PATCH] Bump the non-major-versions group with 3 updates Bumps the non-major-versions group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [flake8](https://github.com/pycqa/flake8) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest` from 8.4.0 to 8.4.1 - [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/8.4.0...8.4.1) Updates `flake8` from 7.2.0 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0) Updates `ruff` from 0.11.13 to 0.12.0 - [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.11.13...0.12.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: ruff dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index b57f6dc..5a7e8d3 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -4,13 +4,13 @@ pytz==2025.2 pytest-asyncio==1.0.0 aioresponses==0.7.8 mock==5.2.0 -pytest==8.4.0 +pytest==8.4.1 yarl==1.20.1 codecov==2.1.13 pytest-cov==6.2.1 -flake8==7.2.0 +flake8==7.3.0 pylint==3.3.7 isort==6.0.1 pytest-cov==6.2.1 pytest-html==4.1.1 -ruff==0.11.13 \ No newline at end of file +ruff==0.12.0 \ No newline at end of file