From 392cd8315acd9bfbb6b303425a4c5af539154859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:02:05 +0000 Subject: [PATCH] Bump pyrefly from 0.39.4 to 0.46.3 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.39.4 to 0.46.3. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.39.4...0.46.3) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 0.46.3 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 90ebe16f..fc2dac9c 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.39.4", + "pyrefly == 0.46.3", ] lsp = [ "pygls[ws] ~= 2.0.0",