From 81a02037d24563a656923b58e9b842a8755f91e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:22:53 +0000 Subject: [PATCH] build(deps): update ruff requirement from <0.6.3 to <0.6.4 (#1103) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Woodruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef28dca1..37b0592f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ lint = [ "mypy ~= 1.1", # NOTE(ww): ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.6.3", + "ruff < 0.6.4", "types-requests", "types-pyOpenSSL", ]