From ddf92a3028d3d09420c54d8e745e28dc1c1774be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:14:28 +0000 Subject: [PATCH] Update dependency pyrefly to v0.54.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d04352..8cf6fe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ build = """ [tool.hatch.envs.types] extra-dependencies = [ - "pyrefly==0.53.0", + "pyrefly==0.54.0", ] [tool.hatch.envs.types.scripts] check = "pyrefly check {args}"