mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-12 16:04:54 +03:00
REFACTOR: Update PostgreSQL versions that fix some security issues.
This commit is contained in:
parent
5acde4875f
commit
772d8f9d01
|
@ -18,11 +18,11 @@
|
|||
"use_pycharm": "n",
|
||||
"use_docker": "n",
|
||||
"postgresql_version": [
|
||||
"14.1",
|
||||
"13.5",
|
||||
"12.9",
|
||||
"14.3",
|
||||
"13.7",
|
||||
"12.11",
|
||||
"11.14",
|
||||
"10.19"
|
||||
"10.21"
|
||||
],
|
||||
"cloud_provider": [
|
||||
"AWS",
|
||||
|
|
Loading…
Reference in New Issue
Block a user