From 55ad2145ce17dacd25e9828f39a89015323e56db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:35:29 +0000 Subject: [PATCH] [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/compare/2.9.9...2.9.10) --- 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 91f8f4641..e39e1084f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,4 +6,4 @@ channels_redis~=4.2.1 django_redis~=5.4.0 mock-ssh-server~=0.9.1 responses~=0.25.3 -psycopg2-binary~=2.9.9 +psycopg2-binary~=2.9.10