From 8ac7bd8fa6d164adc2e429a761f697ea6309b7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:38:44 +0000 Subject: [PATCH] chore(deps-dev): Bump pyrefly from 0.64.1 to 1.0.0 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 0.64.1 to 1.0.0. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.64.1...1.0.0) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0f52b78..a5f48bf2 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.2", - "pyrefly==0.64.1", + "pyrefly==1.0.0", "pyright==1.1.409", "pyroma==5.0.1", "pytest==9.0.3",