From 553c59045f2b95ca0922c2c576b8872abfa231c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:46:52 +0000 Subject: [PATCH] build(deps): update psycopg2 requirement from ~=2.9.0 to ~=2.9.6 Updates the requirements on [psycopg2](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.6...2.9.6) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index d450473b..15dc5ef6 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,5 +1,5 @@ Django~=4.2.0 djangorestframework~=3.14.0 django-filter~=23.2.0 -psycopg2~=2.9.0 +psycopg2~=2.9.6 sqlparse~=0.4.0