From 1945ab588d89048e11712e4773893f934cc033a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:54:49 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.8 to 2.9.9 in /requirements Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.8 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.8...2.9.9) --- 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 482e5422..aaa87fe1 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.8 +psycopg2-binary==2.9.9