From 51f4e4928ec5388fefcc86c51dee0e1488520f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:33:25 -0400 Subject: [PATCH] build(deps): update ruff requirement from <0.5.8 to <0.6.2 (#321) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abe94fe1..42156e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.11" lint = [ # NOTE: ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.5.8", + "ruff < 0.6.2", "mypy >= 1.0", "types-pyyaml", "types-pyOpenSSL",