From e8ea31ef998cb2087c4154154892d832dfd0c60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:28:50 +0000 Subject: [PATCH] chore(deps-dev): bump the pip group across 1 directory with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pytest` to 9.0.0 - [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/7.4.0...9.0.0) Updates `ruff` from 0.14.1 to 0.14.4 - [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.14.1...0.14.4) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: pip - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ba4061..4fa1155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,14 +74,14 @@ test = [ "taskiq-faststream[redis]", "coverage[toml]>=7.2.0,<8.0.0", - "pytest>=7.4.0,<9", + "pytest>=7.4.0,<10", "freezegun>=1.2.2" ] dev = [ {include-group = "test"}, "mypy==1.18.2", - "ruff==0.14.1", + "ruff==0.14.4", "pre-commit >=3.6.0,<5.0.0", ]