From 8a1cb8797dece8b829c29b22f34f6578eee5e4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:27:04 +0000 Subject: [PATCH] chore(deps-dev): Bump pyrefly from 1.1.0 to 1.1.1 Bumps [pyrefly](https://github.com/facebook/pyrefly) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fc73e8a..de991b7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ optional-dependencies.dev = [ "pydocstringformatter==0.7.5", "pylint[spelling]==4.0.6", "pyproject-fmt==2.25.0", - "pyrefly==1.1.0", + "pyrefly==1.1.1", "pyright==1.1.410", "pyroma==5.0.1", "pytest==9.1.1",