From 65c2a627ac49bab48d95242fcfdb2f63e6068648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:13:16 +0200 Subject: [PATCH] Bump psycopg2-binary from 2.9.7 to 2.9.9 (#496) Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.7 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.7...2.9.9) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example_project/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_project/requirements_test.txt b/example_project/requirements_test.txt index b30ae100..1aadec14 100644 --- a/example_project/requirements_test.txt +++ b/example_project/requirements_test.txt @@ -4,7 +4,7 @@ django-webtest==1.9.11 cssselect==1.2.0 lxml==4.9.3 playwright==1.38.0 -psycopg2-binary==2.9.7 +psycopg2-binary==2.9.9 pyquery==2.0.0 waitress==2.1.2 WebOb==1.8.7