From 317dfe510bd435ac56a49c842e25b7d5ca408534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:59:43 -0400 Subject: [PATCH] build(deps): update ruff requirement from <0.6.10 to <0.7.1 (#348) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d902d7..bcfc155 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.6.10", + "ruff < 0.7.1", "mypy >= 1.0", "types-pyyaml", "types-pyOpenSSL",