From 73412a7ee81dd227631f81684ecee294186a1ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 10:10:02 +0000 Subject: [PATCH] chore(deps): bump psycopg2 from 2.9.9 to 2.9.10 Bumps [psycopg2](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30062c4bb..8768b371b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ python-decouple==3.8 requests==2.32.0 ring==0.10.1 gunicorn==23.0.0 -psycopg2==2.9.9 +psycopg2==2.9.10 SQLAlchemy==2.0.16 django-import-export==4.2.0 requests[socks]