From f656230d6ca164a412339f54cd134b7ec411f141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:14:48 +0000 Subject: [PATCH] Bump lancedb from 0.1.2 to 0.3.1 in /jupyter Bumps [lancedb](https://github.com/lancedb/lancedb) from 0.1.2 to 0.3.1. - [Release notes](https://github.com/lancedb/lancedb/releases) - [Commits](https://github.com/lancedb/lancedb/compare/v0.1.2...v0.3.1) --- updated-dependencies: - dependency-name: lancedb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- jupyter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter/requirements.txt b/jupyter/requirements.txt index a192838..13a8636 100644 --- a/jupyter/requirements.txt +++ b/jupyter/requirements.txt @@ -24,7 +24,7 @@ isort==5.12.0 jsonschema # New age! -lancedb==0.1.2 +lancedb==0.3.1 polars==0.18.9 pylance==0.5.3