From e24dc2a4f93ed487d013e4b70110471fb24b98e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 23:59:01 +0000 Subject: [PATCH] chore(deps): bump postgrest from 0.17.0 to 0.17.1 Bumps [postgrest](https://github.com/supabase/postgrest-py) from 0.17.0 to 0.17.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/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: postgrest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e3bd5245..1179159e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1149,18 +1149,18 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "postgrest" -version = "0.17.0" +version = "0.17.1" description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "postgrest-0.17.0-py3-none-any.whl", hash = "sha256:df2530e903955ffddbd21d92a99abc8d09d6efb357ce33438fca68d4b46b5d95"}, - {file = "postgrest-0.17.0.tar.gz", hash = "sha256:5ee05d8d6796b9d716585d2ad589db57ef832af6c2592a3e39dcef8993929cff"}, + {file = "postgrest-0.17.1-py3-none-any.whl", hash = "sha256:ec1d00dc8532fe5ffb342cfc7c4e610a1e0e2272eb14f78f9b2b61094f9be510"}, + {file = "postgrest-0.17.1.tar.gz", hash = "sha256:e31d9977dbb80dc5f9fdd4d444014686606692dc4ddb9adc85639e56c6d54c92"}, ] [package.dependencies] deprecation = ">=2.1.0,<3.0.0" -httpx = {version = ">=0.24,<0.28", extras = ["http2"]} +httpx = {version = ">=0.26,<0.28", extras = ["http2"]} pydantic = ">=1.9,<3.0" strenum = ">=0.4.9,<0.5.0"