From d9e4b656948548871f3e97be48c4d2f2736c7052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 23:31:07 +0000 Subject: [PATCH] chore(deps): bump postgrest from 1.0.1 to 1.0.2 Bumps [postgrest](https://github.com/supabase/postgrest-py) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/supabase/postgrest-py/releases) - [Changelog](https://github.com/supabase/postgrest-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/postgrest-py/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: postgrest dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 88e05405..201b416b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1201,14 +1201,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "postgrest" -version = "1.0.1" +version = "1.0.2" description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "postgrest-1.0.1-py3-none-any.whl", hash = "sha256:fcc0518d68d924198c41c8cbaa70c342c641cb49311be33ba4fc74b4e742f22e"}, - {file = "postgrest-1.0.1.tar.gz", hash = "sha256:0d6556dadfd8392147d98aad097fe7bf0196602e28a58eee5e9bde4390bb573f"}, + {file = "postgrest-1.0.2-py3-none-any.whl", hash = "sha256:d115c56d3bd2672029a3805e9c73c14aa6608343dc5228db18e0e5e6134a3c62"}, + {file = "postgrest-1.0.2.tar.gz", hash = "sha256:42fa3a6e493d6c9e54afd907213608dcacb1f3d2f276ada19ef7b22bf64c78bd"}, ] [package.dependencies]