From c6e98d40964f06abf3da0ebe216f337fede4af02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:15:12 +0000 Subject: [PATCH] chore(deps): bump postgrest from 1.0.0 to 1.0.1 Bumps [postgrest](https://github.com/supabase/postgrest-py) from 1.0.0 to 1.0.1. - [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.0...v1.0.1) --- updated-dependencies: - dependency-name: postgrest 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 ffc4e69b..c6aec665 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1198,14 +1198,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "postgrest" -version = "1.0.0" +version = "1.0.1" 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.0-py3-none-any.whl", hash = "sha256:ae9400b3bc224e32b41cc2700de3a622fce44006c3207f9f341d7a2885052f16"}, - {file = "postgrest-1.0.0.tar.gz", hash = "sha256:060bbe3ffcd33d37ce6f061ad9f68a1078cb6a4393d36fd97dec68653800eae3"}, + {file = "postgrest-1.0.1-py3-none-any.whl", hash = "sha256:fcc0518d68d924198c41c8cbaa70c342c641cb49311be33ba4fc74b4e742f22e"}, + {file = "postgrest-1.0.1.tar.gz", hash = "sha256:0d6556dadfd8392147d98aad097fe7bf0196602e28a58eee5e9bde4390bb573f"}, ] [package.dependencies]