From 562ff7876f9329177bb92c791d7ea62f8634d8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:18:05 +0000 Subject: [PATCH] Bump turbopuffer from 0.1.23 to 0.1.25 Bumps [turbopuffer](https://github.com/turbopuffer/turbopuffer-python) from 0.1.23 to 0.1.25. - [Release notes](https://github.com/turbopuffer/turbopuffer-python/releases) - [Changelog](https://github.com/turbopuffer/turbopuffer-python/blob/main/RELEASE.md) - [Commits](https://github.com/turbopuffer/turbopuffer-python/commits) --- updated-dependencies: - dependency-name: turbopuffer 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 c98dd7e44..2ee922eba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ audio = [ ] video = ["opencv-python >= 4.5"] -slackbot = ["marvin[prefect]", "numpy", "raggy", "turbopuffer==0.1.23"] +slackbot = ["marvin[prefect]", "numpy", "raggy", "turbopuffer==0.1.25"] [project.urls] Code = "https://github.com/prefecthq/marvin"