From cc04e14b07860e1f21f5efac43b9137c0a773b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:47:34 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement in /worker Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.14...0.15.18) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- worker/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/pyproject.toml b/worker/pyproject.toml index 6423d51..53739dc 100644 --- a/worker/pyproject.toml +++ b/worker/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ dev = [ "pytest>=9.0.3", "respx>=0.23.1", - "ruff>=0.15.14", + "ruff>=0.15.18", ] [tool.hatch.build.targets.wheel]