From 82dd2413168e24fd519ef730a89c3503f43cf0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:19:55 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.12.0 to 0.12.2 in the pip group --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f00fb2..ac824c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ test = [ dev = [ "taskiq-faststream[test]", "mypy==1.16.1", - "ruff==0.12.0", + "ruff==0.12.2", "pre-commit >=3.6.0,<5.0.0", ]