From a67ff21493061900aae0a46c2f45cddb4676a5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:48:59 -0500 Subject: [PATCH] build(deps): update ruff requirement from <0.7.4 to <0.7.5 (#1217) 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 7f065b7b..640d5f12 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.7.4", + "ruff < 0.7.5", "types-requests", "types-pyOpenSSL", ]