From 59f1c5581d754d708ebe7b51c2422a1463bc3066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 19:07:39 +0000 Subject: [PATCH] Bump psycopg2 in /{{cookiecutter.project_name}}/src/requirements Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_name}}/src/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/src/requirements/base.txt b/{{cookiecutter.project_name}}/src/requirements/base.txt index 822225ddd..691a87498 100644 --- a/{{cookiecutter.project_name}}/src/requirements/base.txt +++ b/{{cookiecutter.project_name}}/src/requirements/base.txt @@ -1,5 +1,5 @@ Django==4.2.4 -psycopg2==2.9.6 +psycopg2==2.9.7 sentry_sdk==1.26.0 python-dotenv==1.0.0 wagtail==5.1.1