diff --git a/poetry.lock b/poetry.lock index 7f00435a..11bb6d5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1156,13 +1156,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "postgrest" -version = "0.18.0" +version = "0.19.0" description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "postgrest-0.18.0-py3-none-any.whl", hash = "sha256:200baad0d23fee986b3a0ffd3e07bfe0cdd40e09760f11e8e13a6c0c2376d5fa"}, - {file = "postgrest-0.18.0.tar.gz", hash = "sha256:29c1a94801a17eb9ad590189993fe5a7a6d8c1bfc11a3c9d0ce7ba146454ebb3"}, + {file = "postgrest-0.19.0-py3-none-any.whl", hash = "sha256:94a91edff4e3004befed156fc603032d1ed3b9f5fce1ae5eaba946df413d69e1"}, + {file = "postgrest-0.19.0.tar.gz", hash = "sha256:a66714e21219e135e744eaf61031b28e2a11f7c4fe40bf60cb8f6d8b68c7e12b"}, ] [package.dependencies] @@ -2083,4 +2083,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9e855473cb930dca4da8a5f21624f2c9c06207525325f6cbd44c5e3ce30b44d8" +content-hash = "fcbfe5b6f5738aea4cae183e6bc648cbba95582a1f9c5cf300df95252afa326a" diff --git a/pyproject.toml b/pyproject.toml index 204b5652..f41bb936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -postgrest = "^0.18" +postgrest = "^0.19" realtime = "^2.0.0" gotrue = "^2.10.0" httpx = ">=0.26,<0.28"