From e2db9ba5524bc5375b5b701ef1fd63bc0760ff06 Mon Sep 17 00:00:00 2001 From: Jimmy Gitonga Date: Fri, 13 May 2022 21:40:41 +0300 Subject: [PATCH] CHORE: Update PostgreSQL versions that fix some security issues. --- README.md | 10 +++++----- cookiecutter.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d4b067622..5fda8ff24 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,11 @@ Answer the prompts with your own desired [options](http://cookiecutter-django.re use_pycharm [n]: y use_docker [n]: n Select postgresql_version: - 1 - 14.1 - 2 - 13.5 - 3 - 12.9 - 4 - 11.14 - 5 - 10.19 + 1 - 14 + 2 - 13 + 3 - 12 + 4 - 11 + 5 - 10 Choose from 1, 2, 3, 4, 5 [1]: 1 Select cloud_provider: 1 - AWS diff --git a/cookiecutter.json b/cookiecutter.json index 4a43bae7e..90d084b3a 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -18,11 +18,11 @@ "use_pycharm": "n", "use_docker": "n", "postgresql_version": [ - "14.1", - "13.5", - "12.9", - "11.14", - "10.19" + "14", + "13", + "12", + "11", + "10" ], "cloud_provider": [ "AWS",