diff --git a/bin/compile b/bin/compile
index f077a5911be24e8abeec64eca8df7e79bfe68811..688e96a3c9d88a0a9815f61b07860a48f0ea808c 100755
--- a/bin/compile
+++ b/bin/compile
@@ -40,8 +40,8 @@ fi
 export VENDOR_URL
 
 # Python defaults
-DEFAULT_PYTHON_VERSION="python-3.6.4"
-LATEST_3="python-3.6.4"
+DEFAULT_PYTHON_VERSION="python-3.6.5"
+LATEST_3="python-3.6.5"
 LATEST_2="python-2.7.15"
 
 DEFAULT_PYTHON_STACK="cedar-14"
diff --git a/test/run b/test/run
index 4b54fd6cebe763fe0df098a915ba658e9f427ab8..0b138e3033a62d731981e8dd5406ecbba859ff22 100755
--- a/test/run
+++ b/test/run
@@ -12,7 +12,7 @@ testPipenvLock() {
 
 testPipenvVersion() {
   compile "pipenv-version"
-  assertCaptured "3.6.4"
+  assertCaptured "3.6.5"
   assertCapturedSuccess
 }