From 1a79a0488c7357c33e28acbfc7837f3226f371cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:55:53 +0000 Subject: [PATCH] chore: bump ruff from 0.15.8 to 0.15.10 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.8 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.8...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ea84d0..381fe00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ test = [ "pytest==9.0.2", "pytest-asyncio==1.3.0", "pytest-cov==7.1.0", - "ruff==0.15.8", + "ruff==0.15.10", ] dev = [ "ariadne-codegen[subscriptions]",