From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:24:53 +0000 (+0000) Subject: build(deps): update psycopg2 requirement from ~=2.9.0 to ~=2.9.9 X-Git-Tag: v3.2.0~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33b209d76b6a7dbb02dd7467cff9c9e24d3637fe;p=thirdparty%2Fpatchwork.git build(deps): update psycopg2 requirement from ~=2.9.0 to ~=2.9.9 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.9) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/requirements-prod.txt b/requirements-prod.txt index 9c9b3ffa..8fa04407 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,5 +1,5 @@ Django~=5.0.0 djangorestframework~=3.15.0 django-filter~=24.2.0 -psycopg2~=2.9.0 +psycopg2~=2.9.9 sqlparse~=0.5.0