From 0311da5df054bb8821b80623a32de20394b30d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:33:17 -0400 Subject: [PATCH] build(deps): update ruff requirement from <0.5.6 to <0.5.7 (#316) 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 acc36572..49117647 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.6", + "ruff < 0.5.7", "mypy >= 1.0", "types-pyyaml", "types-pyOpenSSL",