From d72fc7595ec5e3c887e382855055fb99c9a03355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:47:15 +0000 Subject: [PATCH 1/2] chore(deps): bump gotrue from 2.9.3 to 2.10.0 Bumps [gotrue](https://github.com/supabase/auth-py) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/supabase/auth-py/releases) - [Changelog](https://github.com/supabase/auth-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/auth-py/compare/v2.9.3...v2.10.0) --- updated-dependencies: - dependency-name: gotrue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 664d1c73..40353ee6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -707,13 +707,13 @@ files = [ [[package]] name = "gotrue" -version = "2.9.3" +version = "2.10.0" description = "Python Client Library for Supabase Auth" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "gotrue-2.9.3-py3-none-any.whl", hash = "sha256:9d2e9c74405d879f4828e0a7b94daf167a6e109c10ae6e5c59a0e21446f6e423"}, - {file = "gotrue-2.9.3.tar.gz", hash = "sha256:051551d80e642bdd2ab42cac78207745d89a2a08f429a1512d82624e675d8255"}, + {file = "gotrue-2.10.0-py3-none-any.whl", hash = "sha256:768e58207488e5184ffbdc4351b7280d913daf97962f4e9f2cca05c80004b042"}, + {file = "gotrue-2.10.0.tar.gz", hash = "sha256:4edf4c251da3535f2b044e23deba221e848ca1210c17d0c7a9b19f79a1e3f3c0"}, ] [package.dependencies] From a0e14b5526641c5c04e9be08a691338dbf5d9179 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Mon, 4 Nov 2024 11:01:46 +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 40353ee6..87ce765a 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 = "3a70cff922f4c0113f5908650336a9d00d0526c404262cab8083b3afa3e6aa9c" +content-hash = "062e2da0254eca3024509733f6cdd923ad4b09554c32194e047dbd591095578f" diff --git a/pyproject.toml b/pyproject.toml index 03ae752c..5df5e9e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ python = "^3.9" postgrest = "^0.18" realtime = "^2.0.0" -gotrue = "^2.9.0" +gotrue = "^2.10.0" httpx = ">=0.26,<0.28" storage3 = "^0.9.0" supafunc = "^0.7.0"