From f3ac32e11a660aef35740cbdd3690813e8f94c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:15:53 +0000 Subject: [PATCH] chore(deps-dev): Bump pyrefly from 0.62.0 to 0.63.0 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.62.0 to 0.63.0. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.62.0...0.63.0) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 0.63.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 06d12b9c..27997574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ optional-dependencies.dev = [ "pydocstringformatter==0.7.5", "pylint[spelling]==4.0.5", "pyproject-fmt==2.21.1", - "pyrefly==0.62.0", + "pyrefly==0.63.0", "pyright==1.1.408", "pyroma==5.0.1", "pytest==9.0.3",