From 2d9fa2c14b58ac83dbe7b1eba65ef1d4512974b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:39:13 +0000 Subject: [PATCH] chore(deps-dev): Bump pyrefly from 1.0.0 to 1.1.0 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 1.1.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 bea308a5..b62e16bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ optional-dependencies.dev = [ "pylint[spelling]==4.0.6", "pylint-per-file-ignores==3.2.1", "pyproject-fmt==2.25.0", - "pyrefly==1.0.0", + "pyrefly==1.1.0", "pyright==1.1.410", "pyroma==5.0.1", "pytest==9.1.0",