From 4e83a927c4796492871569bedad79bb18c4aff07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 06:06:36 +0000 Subject: [PATCH] Bump turbopuffer from 0.1.15 to 0.1.23 Bumps [turbopuffer](https://github.com/turbopuffer/turbopuffer-python) from 0.1.15 to 0.1.23. - [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/v0.1.23) --- 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 73651b94a..c98dd7e44 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.15"] +slackbot = ["marvin[prefect]", "numpy", "raggy", "turbopuffer==0.1.23"] [project.urls] Code = "https://github.com/prefecthq/marvin"