From 05f1ebd7f965e49f56e05c51696df87ce2db38d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 11:32:38 -0500 Subject: [PATCH] build(deps): bump psycopg from 3.1.17 to 3.1.18 in /backend (#1036) Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.17 to 3.1.18. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.17...3.1.18) --- updated-dependencies: - dependency-name: psycopg 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> --- backend/config/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/requirements/production.txt b/backend/config/requirements/production.txt index 0c4799729..36a908462 100644 --- a/backend/config/requirements/production.txt +++ b/backend/config/requirements/production.txt @@ -3,7 +3,7 @@ # General # ------------------------------------------------------------------------------ gunicorn==21.2.0 # https://github.com/benoitc/gunicorn -psycopg==3.1.17 # https://github.com/psycopg/psycopg +psycopg==3.1.18 # https://github.com/psycopg/psycopg # Django # ------------------------------------------------------------------------------