From 28c173f0da4c739680617f916c2ed11be9c459e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 05:04:34 +0000 Subject: [PATCH] chore(deps-dev): Bump pyrefly from 0.64.0 to 0.64.1 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.64.0 to 0.64.1. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.64.0...0.64.1) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 0.64.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 324b538ac..27423fbe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ optional-dependencies.dev = [ "pylint[spelling]==4.0.5", "pylint-per-file-ignores==3.2.1", "pyproject-fmt==2.21.2", - "pyrefly==0.64.0", + "pyrefly==0.64.1", "pyright==1.1.409", "pyroma==5.0.1", "pytest==9.0.3",