From c5008254509e00f0624f342873578a36c2ff886e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:22:29 +0000 Subject: [PATCH] Update marimo requirement from <0.16 to <0.17 Updates the requirements on [marimo](https://github.com/marimo-team/marimo) to permit the latest version. - [Release notes](https://github.com/marimo-team/marimo/releases) - [Commits](https://github.com/marimo-team/marimo/compare/0.1.0...0.16.2) --- updated-dependencies: - dependency-name: marimo dependency-version: 0.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ceb90b0..b6260243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ optional-dependencies.all = [ ] optional-dependencies.cfr = [ "duckdb<1.4", - "marimo<0.16", + "marimo<0.17", "matplotlib<3.11", "numpy<2.3", "pandas<2.3",