From 9c9d9e769a074f39470575a0c25942d489e3ce60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:16:54 +0000 Subject: [PATCH] chore(deps): update psycopg requirement from <4.0,>=3.1 to >=3.3.4,<4.0 Updates the requirements on [psycopg](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...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fedff9..89817d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ databricks-sdk>=0.81.0,<1.0.0 -psycopg[binary]>=3.1,<4.0 +psycopg[binary]>=3.3.4,<4.0