From 509690a208c2c7eb106fc92fdf7eecd32b2cd2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:07:02 +0000 Subject: [PATCH] Update marimo requirement from <0.16 to <0.18 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.17.0) --- updated-dependencies: - dependency-name: marimo dependency-version: 0.17.0 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 80f9a017..4fb0d7b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ optional-dependencies.all = [ ] optional-dependencies.cfr = [ "duckdb<1.4", - "marimo<0.16", + "marimo<0.18", "matplotlib<3.11", "numpy<2.3", "pandas<2.3",