From c1513a972a82bf6ffeb1e5fce9458157e7c68b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:30:48 +0000 Subject: [PATCH] feat(functions): bump supafunc from 0.5.1 to 0.6.0 (#942) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f9e2c1c..606c1f8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1580,13 +1580,13 @@ test = ["pylint", "pytest", "pytest-black", "pytest-cov", "pytest-pylint"] [[package]] name = "supafunc" -version = "0.5.1" +version = "0.6.0" description = "Library for Supabase Functions" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "supafunc-0.5.1-py3-none-any.whl", hash = "sha256:b05e99a2b41270211a3f90ec843c04c5f27a5618f2d2d2eb8e07f41eb962a910"}, - {file = "supafunc-0.5.1.tar.gz", hash = "sha256:1ae9dce6bd935939c561650e86abb676af9665ecf5d4ffc1c7ec3c4932c84334"}, + {file = "supafunc-0.6.0-py3-none-any.whl", hash = "sha256:6e7fbc9992c2722216e1799f314aacf4ac147628741ad7cdd5c7be367e21f619"}, + {file = "supafunc-0.6.0.tar.gz", hash = "sha256:2f7b538d52f268dc5cc7e25743085665242ee1cc8b2b2d867ff0bccfea2d1856"}, ] [package.dependencies] @@ -1940,4 +1940,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8855caa7f6c2be2a9f2b210e9a3ef5841a92f33a8d13e5f1bb03e4a3dc268306" +content-hash = "42d30607f475b85f6c8ecdb1cc75916215ef708bdd8b6a9850254aa2806547f0" diff --git a/pyproject.toml b/pyproject.toml index fdd00d7d..58decacb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ realtime = "^2.0.0" gotrue = ">=1.3,<3.0" httpx = ">=0.24,<0.28" storage3 = ">=0.5.3,<0.9.0" -supafunc = ">=0.3.1,<0.6.0" +supafunc = ">=0.3.1,<0.7.0" [tool.poetry.dev-dependencies] pre-commit = "^3.8.0"