From 32e9fa6605292870d169f10fb99c1598145059b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 05:38:54 +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 042fda258..c6fbe3e30 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.1 requests==2.32.3 google~=3.0.0