From 056cd148d48325b8f20081ba3ff73559bfbd8442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:33:03 +0000 Subject: [PATCH] build(deps): update psycopg2-binary requirement from ~=2.9.9 to ~=2.9.10 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/commits) --- 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 1371abd3..22e9ecfa 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ mysqlclient~=2.2.5 -psycopg2-binary~=2.9.9 +psycopg2-binary~=2.9.10 sqlparse~=0.5.1 python-dateutil~=2.9.0 tblib~=3.0.0