From 44f4917db7df18da15d8bb1765aa7e23ca2e2bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:56:31 +0000 Subject: [PATCH] Bump pyrefly from 0.58.0 to 0.59.1 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.58.0 to 0.59.1. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.58.0...0.59.1) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 0.59.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 bba16b3..1c4d2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ trackpack = "trackpack.__main__:main" [project.optional-dependencies] dev = [ "pylint == 4.0.5", - "pyrefly==0.58.0", + "pyrefly==0.60.0", "pytest == 9.0.2", "ruff == 0.15.9" ]