From d183338b1b3031ebff016170388d84aa8f4e4213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:03:27 +0000 Subject: [PATCH] Bump pyrefly from 0.49.0 to 0.51.2 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.49.0 to 0.51.2. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/commits) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 0.51.2 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 21fac73..519e4dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ trackpack = "trackpack.__main__:main" [project.optional-dependencies] dev = [ "pylint == 4.0.4", - "pyrefly==0.49.0", + "pyrefly==0.51.2", "pytest == 9.0.2", "ruff == 0.14.14" ]