From 782951a5d83b4440aa7f78c0c542643a84858417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:24:13 +0000 Subject: [PATCH] Bump psycopg[binary] from 3.3.1 to 3.3.2 Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.3.1 to 3.3.2. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b18085..3b3d95e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ httplib2==0.31.0 backports.zoneinfo;python_version<"3.9" feedparser==6.0.12 Markdown==3.10 # pyup: < 3 -psycopg[binary]==3.3.1 +psycopg[binary]==3.3.2 versiontools==1.9.1 statsd==4.0.1 pep8==1.7.1