From e879cdaf7dceff98fdc1777f8d6286aa2e01d14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:23:39 +0000 Subject: [PATCH] build(deps): update psycopg2-binary requirement from ~=2.9.0 to ~=2.9.9 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.9) --- 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 d6b6225a..9d316c67 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.9 sqlparse~=0.5.0 python-dateutil~=2.9.0 tblib~=3.0.0