From 608ca04f1a72b7f5af8efb733f76957d7b5ea8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 04:57:59 +0000 Subject: [PATCH] build(deps): bump psycopg2 from 2.9.3 to 2.9.6 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.6. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6) --- 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 2bdc0db..f6fe376 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pillow==9.1.1 # via # -r requirements.in # reportlab -psycopg2==2.9.3 +psycopg2==2.9.6 # via -r requirements.in pytz==2019.3 # via django