diff --git a/poetry.lock b/poetry.lock index 664d1c73..87ce765a 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] @@ -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"