From ab1c7e5dba82ae655dc81277f1c98e9c8cb9aa7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 08:40:33 +0000 Subject: [PATCH] Bump pyrefly from 0.57.1 to 0.58.0 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.57.1 to 0.58.0. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.57.1...0.58.0) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 0.58.0 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 c129a17e..64a3525c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ optional-dependencies.dev = [ "pylint[spelling]==4.0.5", "pylint-per-file-ignores==3.2.0", "pyproject-fmt==2.20.0", - "pyrefly==0.57.1", + "pyrefly==0.58.0", "pyright==1.1.408", "pyroma==5.0.1", "pytest==9.0.2",