From 50fbde6de1ab5592f4a9451131679cfd4b59d1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 23:11:48 +0000 Subject: [PATCH] chore(deps): bump storage3 from 0.12.1 to 0.12.2 Bumps [storage3](https://github.com/supabase/storage-py) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/supabase/storage-py/releases) - [Changelog](https://github.com/supabase/storage-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/storage-py/compare/v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: storage3 dependency-version: 0.12.2 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 ba3b8888..f938c822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "postgrest == 1.1.1", "realtime == 2.7.0", "supabase_auth == 2.12.3", - "storage3 == 0.12.1", + "storage3 == 0.12.2", "supabase_functions == 0.10.1", "httpx >=0.26,<0.29", ]