From e7ecebafb01911bdf75b4a272869dfc69e5adf75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:59:21 +0000 Subject: [PATCH] build(deps): bump psycopg2-binary from 2.9.9 to 2.9.10 in /server 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] --- server/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements/common.txt b/server/requirements/common.txt index 819bca10..94ed41fc 100644 --- a/server/requirements/common.txt +++ b/server/requirements/common.txt @@ -13,7 +13,7 @@ djangorestframework==3.15.2 drf-chunked-upload==0.6.0 humanize==4.11.0 paramiko==3.5.0 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 pymemcache==4.0.0 python-dotenv==1.0.1 pyyaml==6.0.2