From 4c8692d424eabcff7f016a50f06f58f8138e2c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:14:44 +0000 Subject: [PATCH] pip prod(deps): bump marimo from 0.10.13 to 0.10.14 Bumps [marimo](https://github.com/marimo-team/marimo) from 0.10.13 to 0.10.14. - [Release notes](https://github.com/marimo-team/marimo/releases) - [Commits](https://github.com/marimo-team/marimo/compare/0.10.13...0.10.14) --- 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 e648ffd9f7..04d8052298 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.10.13", + "marimo==0.10.14", "pre-commit==4.0.1", "ruff==0.9.2", "asv<0.7",