From b4aa8864a3cc5cd4cbe9fd39c8a7d7cbba05a269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:35:01 +0000 Subject: [PATCH] build(deps): update ruff requirement in /scripts 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.18...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 122e766d652b..95b69dc2c8af 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -2,7 +2,7 @@ name = "codex-scripts" version = "0.0.0" requires-python = ">=3.10" -dependencies = ["ruff>=0.15.18"] +dependencies = ["ruff>=0.15.20"] [tool.uv] exclude-newer = "7 days"