From a80b8a9324888f4cdccb10f4ce41ebfaaf731a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:28:32 +0000 Subject: [PATCH] Bump pyrefly from 0.54.0 to 0.63.1 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.54.0 to 0.63.1. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.54.0...0.63.1) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 0.63.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50649197..b59fbf20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "mypy == 1.19.1", "ufmt == 2.8.0", "usort == 1.0.8.post1", - "pyrefly == 0.54.0", + "pyrefly == 0.63.1", ] lsp = [ "pygls[ws] ~= 2.0.0",