From 49094ae7881bca3eb105b1396ccad4544195af68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 06:24:19 -0800 Subject: [PATCH] Bump psycopg2 from 2.9.6 to 2.9.9 (#422) Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.9. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index da395c4c..a061e9cd 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,7 +2,7 @@ # Werkzeug[watchdog]==2.1.2 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg2==2.9.6 # https://github.com/psycopg/psycopg2 +psycopg2==2.9.9 # https://github.com/psycopg/psycopg2 # watchgod==0.7 # https://github.com/samuelcolvin/watchgod # Code quality