From e79f0f004819a5c47667af98dcdb2d73d197e51e Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:49:03 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.15.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 385e0421e..4fd8b33ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ Documentation = "https://docs.descope.com" [dependency-groups] dev = [ "pre-commit==3.8.0", - "ruff==0.15.13", + "ruff==0.15.14", ] types = [ # mypy 1.12+ requires Python 3.10+; on 3.9 we stay on the last 1.11.x line.