From 65a07c80f76798168f14ebac711ffd1776a8c23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:02:11 +0000 Subject: [PATCH] Bump pyrefly from 0.36.2 to 0.39.4 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.36.2 to 0.39.4. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.36.2...0.39.4) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 0.39.4 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 7d0dd867..a233e4f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "mypy == 1.18.2", "ufmt == 2.8.0", "usort == 1.0.8.post1", - "pyrefly == 0.36.2", + "pyrefly == 0.39.4", ] lsp = [ "pygls[ws] ~= 1.3.1",