From ca16aa06cc438aabc85064b324bb8d3213a86bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:23:08 -0700 Subject: [PATCH] Bump tensorstore from 0.1.64 to 0.1.65 (#731) Bumps [tensorstore](https://github.com/google/tensorstore) from 0.1.64 to 0.1.65. - [Commits](https://github.com/google/tensorstore/compare/v0.1.64...v0.1.65) --- updated-dependencies: - dependency-name: tensorstore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9604672dc..60fcdcc52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "braceexpand>=0.1.7", "jmp>=0.0.3", "fsspec[http]>=2024.2,<2024.10", - "tensorstore==0.1.64", + "tensorstore==0.1.65", "pytimeparse>=1.1.8", "humanfriendly==10.0", "safetensors[numpy]~=0.4.2",