From 6c98738ba1dc680a5694f2164dcb69e6f0454a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 05:17:43 +0000 Subject: [PATCH] build(deps): bump psycopg[c] from 3.1.9 to 3.1.16 Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.9 to 3.1.16. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.9...3.1.16) --- updated-dependencies: - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/local.txt b/requirements/local.txt index 4b871a7..d98a1e8 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,7 +2,7 @@ Werkzeug[watchdog]==2.3.7 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg[c]==3.1.9 # https://github.com/psycopg/psycopg +psycopg[c]==3.1.16 # https://github.com/psycopg/psycopg # Testing # ------------------------------------------------------------------------------ diff --git a/requirements/production.txt b/requirements/production.txt index fa27070..7b5625a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gunicorn==21.2.0 # https://github.com/benoitc/gunicorn -psycopg[c]==3.1.9 # https://github.com/psycopg/psycopg +psycopg[c]==3.1.16 # https://github.com/psycopg/psycopg Collectfast==2.2.0 # https://github.com/antonagestam/collectfast sentry-sdk==1.37.1 # https://github.com/getsentry/sentry-python