From 6a148a917d83ce9b8e9ed7988bca951d8ee563c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:35:47 +0000 Subject: [PATCH] Bump marimo from 0.13.14 to 0.16.4 in /14-marimo Bumps [marimo](https://github.com/marimo-team/marimo) from 0.13.14 to 0.16.4. - [Release notes](https://github.com/marimo-team/marimo/releases) - [Commits](https://github.com/marimo-team/marimo/compare/0.13.14...0.16.4) --- updated-dependencies: - dependency-name: marimo dependency-version: 0.16.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 14-marimo/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14-marimo/pyproject.toml b/14-marimo/pyproject.toml index d57570c..bf4d2fc 100644 --- a/14-marimo/pyproject.toml +++ b/14-marimo/pyproject.toml @@ -6,6 +6,6 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "bauplan>=0.0.3a395", - "marimo==0.13.14", + "marimo==0.16.4", "polars>=1.30.0", ]