mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-13 08:24:53 +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_pycharm": "n",
|
||||||
"use_docker": "n",
|
"use_docker": "n",
|
||||||
"postgresql_version": [
|
"postgresql_version": [
|
||||||
"14.1",
|
"14.3",
|
||||||
"13.5",
|
"13.7",
|
||||||
"12.9",
|
"12.11",
|
||||||
"11.14",
|
"11.14",
|
||||||
"10.19"
|
"10.21"
|
||||||
],
|
],
|
||||||
"cloud_provider": [
|
"cloud_provider": [
|
||||||
"AWS",
|
"AWS",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user