From 5284c9fa5940d0852967d9a88db16d8524713b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:52:20 +0000 Subject: [PATCH] fix(deps-dev): Update pyrefly requirement from >=0.1.0 to >=1.1.1 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.1.1) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 1.1.1 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..57ba934 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.1.1", "pre-commit>=3.0.0", ]