From 987c6e349f371bc6ea94a6940b282f6084a25891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 09:45:40 +0000 Subject: [PATCH] chore(deps): bump supafunc from 0.8.0 to 0.9.0 Bumps [supafunc](https://github.com/supabase/functions-py) from 0.8.0 to 0.9.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.8.0...v0.9.0) --- updated-dependencies: - dependency-name: supafunc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d549c04b..fe138a12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1715,17 +1715,18 @@ test = ["pylint", "pytest", "pytest-black", "pytest-cov", "pytest-pylint"] [[package]] name = "supafunc" -version = "0.8.0" +version = "0.9.0" description = "Library for Supabase Functions" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "supafunc-0.8.0-py3-none-any.whl", hash = "sha256:00b6b35fdb039330d67e646fbc3e5e51f84983ccd01e514c1ee846c85d96548d"}, - {file = "supafunc-0.8.0.tar.gz", hash = "sha256:9e57d605ccb739ace5e801e1172fb83d15179d0cbe9859298e4bb6704be32aae"}, + {file = "supafunc-0.9.0-py3-none-any.whl", hash = "sha256:2aa3ab4d125c1843c28f1b437db2442ea68448f2654b6b78196dbe077197c52a"}, + {file = "supafunc-0.9.0.tar.gz", hash = "sha256:64cdf331f5a3f2afc7c181697d4723efc084620ea66611f3211dd5ecbef595c1"}, ] [package.dependencies] httpx = {version = ">=0.26,<0.28", extras = ["http2"]} +strenum = ">=0.4.15,<0.5.0" [[package]] name = "termcolor" @@ -2084,4 +2085,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "349de5112f7cc2be549e337ce19fb25cdaa35899693edeb1ca14a8e68f82e267" +content-hash = "1022703a1790760ea70b61f0a8815850b683fea30a0c6cb421f3b6a42359e356" diff --git a/pyproject.toml b/pyproject.toml index 44f5223c..683372d9 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.8" +supafunc = ">=0.8,<0.10" [tool.poetry.dev-dependencies] pre-commit = "^4.0.1"