From 15ef3952a0fae79c2e31e2eb53add0b7f05db4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:23:57 +0000 Subject: [PATCH] pip prod(deps): bump marimo from 0.9.31 to 0.9.32 Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.31 to 0.9.32. - [Release notes](https://github.com/marimo-team/marimo/releases) - [Commits](https://github.com/marimo-team/marimo/compare/0.9.31...0.9.32) --- 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 109ac756c6..e4ac11c4cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ "nbval<0.12", "filecheck==1.0.1", "lit<19.0.0", - "marimo==0.9.31", + "marimo==0.9.32", "pre-commit==4.0.1", "ruff==0.8.2", "asv<0.7",