From 0d8de1f05f7f659ea8193fe6e7e9e32e69cbda0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:05:32 +0000 Subject: [PATCH] Bump psycopg[binary] from 3.2.1 to 3.2.2 Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.1 to 3.2.2. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.1...3.2.2) --- updated-dependencies: - dependency-name: psycopg[binary] 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 61259599..334e691d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytz==2024.2 httplib2==0.22.0 feedparser==6.0.11 Markdown==3.7 # pyup: < 3 -psycopg[binary]==3.2.1 +psycopg[binary]==3.2.2 versiontools==1.9.1 statsd==4.0.1 pep8==1.7.1