From 10f9289e9077996db8eb5db5f57f8b7771c33078 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 15 Sep 2024 22:41:03 +0100 Subject: [PATCH] Update psycopg from 3.2.1 to 3.2.2 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 6fcc909c0..4cd3d643e 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -4,7 +4,7 @@ watchdog==4.0.2 # https://github.com/gorakhargosh/watchdog Werkzeug[watchdog]==3.0.4 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb {%- if cookiecutter.use_docker == 'y' %} -psycopg[c]==3.2.1 # https://github.com/psycopg/psycopg +psycopg[c]==3.2.2 # https://github.com/psycopg/psycopg {%- else %} psycopg[binary]==3.2.1 # https://github.com/psycopg/psycopg {%- endif %}