From 6f8da76b3a6681138211e0264a0e975e6e3a9f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:26:31 +0000 Subject: [PATCH] Bump turbopuffer from 0.1.15 to 0.1.18 Bumps [turbopuffer](https://github.com/turbopuffer/turbopuffer-python) from 0.1.15 to 0.1.18. - [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 b7c8d19ed..81587233d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ audio = [ ] video = ["opencv-python >= 4.5"] -slackbot = ["marvin[prefect]", "numpy", "raggy", "turbopuffer==0.1.15"] +slackbot = ["marvin[prefect]", "numpy", "raggy", "turbopuffer==0.1.18"] [project.urls] Code = "https://github.com/prefecthq/marvin"