From c21302ed714cc81b76e122d647a21218a6fab742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 05:27:53 +0000 Subject: [PATCH] chore(deps): Update nicegui requirement from >=3.8.0 to >=3.11.1 Updates the requirements on [nicegui](https://github.com/zauberzeug/nicegui) to permit the latest version. - [Release notes](https://github.com/zauberzeug/nicegui/releases) - [Changelog](https://github.com/zauberzeug/nicegui/blob/main/release.dockerfile) - [Commits](https://github.com/zauberzeug/nicegui/compare/v3.8.0...v3.11.1) --- updated-dependencies: - dependency-name: nicegui dependency-version: 3.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac6b81f..0094b9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ kuzu>=0.4.0 -nicegui>=3.8.0 +nicegui>=3.11.1 plotly>=5.18.0 psutil>=5.9.0 pydantic>=2.0.0