From 00b80708226d4b21150c6963c928d8fa71ce2c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 02:48:13 +0000 Subject: [PATCH] pip prod(deps): bump marimo from 0.10.15 to 0.10.17 Bumps [marimo](https://github.com/marimo-team/marimo) from 0.10.15 to 0.10.17. - [Release notes](https://github.com/marimo-team/marimo/releases) - [Commits](https://github.com/marimo-team/marimo/compare/0.10.15...0.10.17) --- updated-dependencies: - dependency-name: marimo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af047de7cc..fbf956f9da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "nbval<0.12", "filecheck==1.0.1", "lit<19.0.0", - "marimo==0.10.15", + "marimo==0.10.17", "pre-commit==4.1.0", "ruff==0.9.3", "asv<0.7",