From cdb6c0b745448b0b9fd05c5e941f28c4510ba8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:02:46 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.5 to 2.9.9 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/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-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 26aeca3..3b05c65 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ flake8==5.0.4 isort==5.10.1 mypy==0.971 mysqlclient==2.0.3 -psycopg2-binary==2.9.5 +psycopg2-binary==2.9.9 pylint-django==2.5.5 pytest-benchmark==3.4.1 pytest-django==4.5.2