From 701b6c914b577dbbb12403d9f62641f8d92e5b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:16:36 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.9 to 2.9.10 in /requirements Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db5ce7dc..3506095d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -11,7 +11,7 @@ redis==5.1.1 # https://github.com/redis/hiredis-py hiredis==3.0.0 # https://github.com/psycopg/psycopg2 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 #psycopg2==2.9.9 --no-binary psycopg2 # https://github.com/ahupp/python-magic python-magic==0.4.27