From bfc4a5c1e36d3db57d71cf04bcb37faf199f687e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:39:55 +0000 Subject: [PATCH] feat(functions): bump supafunc from 0.7.0 to 0.8.0 (#1006) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Smith --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a7c051d9..9b48893a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1714,13 +1714,13 @@ test = ["pylint", "pytest", "pytest-black", "pytest-cov", "pytest-pylint"] [[package]] name = "supafunc" -version = "0.7.0" +version = "0.8.0" description = "Library for Supabase Functions" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "supafunc-0.7.0-py3-none-any.whl", hash = "sha256:4160260dc02bdd906be1e2ffd7cb3ae8b74ae437c892bb475352b6a99d9ff8eb"}, - {file = "supafunc-0.7.0.tar.gz", hash = "sha256:5b1c415fba1395740b2b4eedd1d786384bd58b98f6333a11ba7889820a48b6a7"}, + {file = "supafunc-0.8.0-py3-none-any.whl", hash = "sha256:00b6b35fdb039330d67e646fbc3e5e51f84983ccd01e514c1ee846c85d96548d"}, + {file = "supafunc-0.8.0.tar.gz", hash = "sha256:9e57d605ccb739ace5e801e1172fb83d15179d0cbe9859298e4bb6704be32aae"}, ] [package.dependencies] @@ -2083,4 +2083,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7a68e23c572d6c5fd6513ae269af9077b50989afc0cc6200a1b624feddd2fb37" +content-hash = "e27a129ef075d4a63eb8cb025352865ab5820ce7b04e62177f5666dafe6194f7" diff --git a/pyproject.toml b/pyproject.toml index d4cb24e1..6f8e2c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ realtime = "^2.0.0" gotrue = "^2.11.0" httpx = ">=0.26,<0.28" storage3 = "^0.10" -supafunc = "^0.7.0" +supafunc = "^0.8" [tool.poetry.dev-dependencies] pre-commit = "^4.0.1"