From bda4fbc19d4a1342dab192bb70291ac98227ae2a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 31 Oct 2024 22:53:03 +0000
Subject: [PATCH 1/2] chore(deps): bump supafunc from 0.6.2 to 0.7.0

Bumps [supafunc](https://github.com/supabase/functions-py) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/supabase/functions-py/releases)
- [Changelog](https://github.com/supabase/functions-py/blob/main/CHANGELOG.md)
- [Commits](https://github.com/supabase/functions-py/compare/v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: supafunc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 poetry.lock    | 8 ++++----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 8e55cc06..1090fd2e 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1720,13 +1720,13 @@ test = ["pylint", "pytest", "pytest-black", "pytest-cov", "pytest-pylint"]
 
 [[package]]
 name = "supafunc"
-version = "0.6.2"
+version = "0.7.0"
 description = "Library for Supabase Functions"
 optional = false
 python-versions = "<4.0,>=3.9"
 files = [
-    {file = "supafunc-0.6.2-py3-none-any.whl", hash = "sha256:101b30616b0a1ce8cf938eca1df362fa4cf1deacb0271f53ebbd674190fb0da5"},
-    {file = "supafunc-0.6.2.tar.gz", hash = "sha256:c7dfa20db7182f7fe4ae436e94e05c06cd7ed98d697fed75d68c7b9792822adc"},
+    {file = "supafunc-0.7.0-py3-none-any.whl", hash = "sha256:4160260dc02bdd906be1e2ffd7cb3ae8b74ae437c892bb475352b6a99d9ff8eb"},
+    {file = "supafunc-0.7.0.tar.gz", hash = "sha256:5b1c415fba1395740b2b4eedd1d786384bd58b98f6333a11ba7889820a48b6a7"},
 ]
 
 [package.dependencies]
@@ -2089,4 +2089,4 @@ type = ["pytest-mypy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.9"
-content-hash = "fcd73c9adb0531cee6718e2a523662076bd8ccad4b9b73e4c27590d0a7844a00"
+content-hash = "7ff45b2981c4f48881f213c97991ba6a5dc0b2e4a26ae1f73931dbd81e6f467a"
diff --git a/pyproject.toml b/pyproject.toml
index 45f5a06b..86a44953 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ realtime = "^2.0.0"
 gotrue = "^2.9.0"
 httpx = ">=0.26,<0.28"
 storage3 = "^0.9.0"
-supafunc = "^0.6.0"
+supafunc = ">=0.6,<0.8"
 
 [tool.poetry.dev-dependencies]
 pre-commit = "^4.0.1"

From c6e7e1173f58be43d2080ea71a7264017a180217 Mon Sep 17 00:00:00 2001
From: Andrew Smith <a.smith@silentworks.co.uk>
Date: Thu, 31 Oct 2024 23:09:38 +0000
Subject: [PATCH 2/2] fix: update version constraint

---
 poetry.lock    | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 1090fd2e..07ea6832 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2089,4 +2089,4 @@ type = ["pytest-mypy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.9"
-content-hash = "7ff45b2981c4f48881f213c97991ba6a5dc0b2e4a26ae1f73931dbd81e6f467a"
+content-hash = "861b44a59dd1a3dcba3c6a61395ef9dddecf206654d87bf3ede882ae6f87ac68"
diff --git a/pyproject.toml b/pyproject.toml
index 86a44953..2cadbf48 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ realtime = "^2.0.0"
 gotrue = "^2.9.0"
 httpx = ">=0.26,<0.28"
 storage3 = "^0.9.0"
-supafunc = ">=0.6,<0.8"
+supafunc = "^0.7.0"
 
 [tool.poetry.dev-dependencies]
 pre-commit = "^4.0.1"