From 3ee2da4b563e44dde1f30fa6e37f4d63c1447db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 06:42:30 +0000 Subject: [PATCH] Update psycopg requirement from >=3.1.17 to >=3.3.4 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.17...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- devel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel.txt b/devel.txt index 6edaf7d..7421c7c 100644 --- a/devel.txt +++ b/devel.txt @@ -9,7 +9,7 @@ parameterized PyGithub>=1.58.1 pylint pylint-django -psycopg>=3.1.17 +psycopg>=3.3.4 social-auth-app-django textdistance twine