From 9d9bfe2c9c1c1a915c563958195b7a73404c59b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:42:31 +0000 Subject: [PATCH] chore(deps): bump postgrest from 0.12.0 to 0.13.0 Bumps [postgrest](https://github.com/supabase-community/postgrest-py) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/supabase-community/postgrest-py/releases) - [Changelog](https://github.com/supabase-community/postgrest-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/supabase-community/postgrest-py/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: postgrest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1dbe118f..c46c75dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -808,13 +808,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "postgrest" -version = "0.12.0" +version = "0.13.0" description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "postgrest-0.12.0-py3-none-any.whl", hash = "sha256:db016bf78095e25cbc2f681bd671dcf10c9be0f5dc903fd8b0ec82bb71191781"}, - {file = "postgrest-0.12.0.tar.gz", hash = "sha256:f19d554a1050466ca3c03e7d66c7c3710a5878fffd1bc995327e22ff52c80a71"}, + {file = "postgrest-0.13.0-py3-none-any.whl", hash = "sha256:30aa8b2826db540705ba9896422fd7ad3751cebc4f884f15fffcad5032218647"}, + {file = "postgrest-0.13.0.tar.gz", hash = "sha256:13d3c13bea10d1d47e7fbb9ca90beba19181197877dccf750f5f666fa28fe910"}, ] [package.dependencies] @@ -1585,4 +1585,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1559d1ea5c9a895929297142078015236e3b9b7ce2461425deee2f4152bbd215" +content-hash = "72257afeb45304ea0243e202727a39a31d672f3eba3b4c2a1317dd2a1ec7d820" diff --git a/pyproject.toml b/pyproject.toml index 891f180a..aef2c1ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -postgrest = ">=0.10.8,<0.13.0" +postgrest = ">=0.10.8,<0.14.0" realtime = "^1.0.0" gotrue = "^1.0.4" httpx = "^0.24.0"