From 3d298ab6b88c32c72dc50148e72fd2573f6d1db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:02:52 +0000 Subject: [PATCH] build(deps): update psycopg2-binary requirement from ~=2.9.0 to ~=2.9.7 Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production ... 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 f538b61d..6c291d37 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ mysqlclient~=2.2.0 -psycopg2-binary~=2.9.0 +psycopg2-binary~=2.9.7 sqlparse~=0.4.0 python-dateutil~=2.8.0 tblib~=2.0.0