From 93e3c5bf41e20ac0df0d6d13e62e4c145fb2595f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:28:43 -0400 Subject: [PATCH] build(deps): update ruff requirement from <0.6.1 to <0.6.2 (#1093) 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 b7e2a943..4dae6c16 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.1", + "ruff < 0.6.2", "types-requests", "types-pyOpenSSL", ]