From c96ca4ed034acd8c9a17aa227426e7f4af032d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:28:18 +0000 Subject: [PATCH] fix(deps-dev): Update pyrefly requirement from >=0.1.0 to >=1.0.0 Updates the requirements on [pyrefly](https://github.com/facebook/pyrefly) to permit the latest version. - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.2.0...1.0.0) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dd8de9..32d9364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ full = ["band-testing-python[rest,websocket]"] dev = [ "band-testing-python[full]", "ruff>=0.1.0", - "pyrefly>=0.1.0", + "pyrefly>=1.0.0", "pre-commit>=3.0.0", ]