From 59d15e4186d70c78afde44f46e5ec0f5f1c542e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:06:56 +0000 Subject: [PATCH] build(deps): update psycopg[binary] requirement Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.1) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/python/psycopg3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/psycopg3/requirements.txt b/samples/python/psycopg3/requirements.txt index 5cae7e1bb0..eca616fcf9 100644 --- a/samples/python/psycopg3/requirements.txt +++ b/samples/python/psycopg3/requirements.txt @@ -1,4 +1,4 @@ -psycopg[binary]~=3.1.19 +psycopg[binary]~=3.2.1 testcontainers~=4.7.0 requests==2.32.3 google~=3.0.0