From 5eb1e139dd1f3a7f039945d7be7d923cdf475db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:22:23 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.7 to 2.9.8 in /requirements Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.7 to 2.9.8. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.7...2.9.8) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/postgres.txt b/requirements/postgres.txt index 1ccb09720..482e54224 100644 --- a/requirements/postgres.txt +++ b/requirements/postgres.txt @@ -1,4 +1,4 @@ # DEV: Replace this with `psycopg[binary]` when the minimum required Django version is # 4.2 or higher, as this is likely to be deprecated in the future # (see https://docs.djangoproject.com/en/4.2/releases/4.2/#psycopg-3-support) -psycopg2-binary==2.9.7 +psycopg2-binary==2.9.8