From 216f867a282fe2e58da31b09358dd808664cc2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:31:04 +0000 Subject: [PATCH] build(deps): Update supabase requirement in /backend Updates the requirements on [supabase](https://github.com/supabase/supabase-py) to permit the latest version. - [Release notes](https://github.com/supabase/supabase-py/releases) - [Changelog](https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-py/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: supabase dependency-version: 2.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 93ede06..5b94663 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pydantic>=2.13.4", "python-dotenv>=1.2.2", "sse-starlette>=3.4.5", - "supabase>=2.30.0", + "supabase>=2.31.0", "uvicorn[standard]>=0.49.0", ]