From f1bb87113ab068f92577aa788e87bf717b3563fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:48:09 +0000 Subject: [PATCH] chore(deps-dev): Update ruff requirement in /packages/api 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.9.0...0.14.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/pyproject.toml b/packages/api/pyproject.toml index b1daeaf..c6f2e44 100644 --- a/packages/api/pyproject.toml +++ b/packages/api/pyproject.toml @@ -28,7 +28,7 @@ python-multipart = "^0.0.20" pytest = "^8.3.0" pytest-asyncio = "^0.25.0" pytest-cov = "^6.0.0" -ruff = "^0.9.0" +ruff = "^0.14.10" mypy = "^1.14.0" httpx = "^0.28.0"